HomeSort by: relevance | last modified time | path
    Searched refs:X86InstructionSelector (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstructionSelector.cpp 1 //===- X86InstructionSelector.cpp -----------------------------------------===//
60 class X86InstructionSelector : public InstructionSelector {
62 X86InstructionSelector(const X86TargetMachine &TM, const X86Subtarget &STI,
153 X86InstructionSelector::X86InstructionSelector(const X86TargetMachine &TM,
170 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const {
198 X86InstructionSelector::getRegClass(LLT Ty, unsigned Reg,
232 bool X86InstructionSelector::selectCopy(MachineInstr &I,
309 bool X86InstructionSelector::select(MachineInstr &I) {
395 unsigned X86InstructionSelector::getLoadStoreOp(const LLT &Ty
    [all...]
  /src/external/apache2/llvm/lib/libLLVMX86CodeGen/
Makefile 36 X86InstructionSelector.cpp \

Completed in 19 milliseconds