Searched refs:X86InstructionSelector (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 61 class X86InstructionSelector : public InstructionSelector { class 63 X86InstructionSelector(const X86TargetMachine &TM, const X86Subtarget &STI, 155 X86InstructionSelector::X86InstructionSelector(const X86TargetMachine &TM, in X86InstructionSelector() function in X86InstructionSelector 172 X86InstructionSelector::getRegClass(LLT Ty, const RegisterBank &RB) const { in getRegClass() 211 X86InstructionSelector::getRegClass(LLT Ty, unsigned Reg, in getRegClass() 247 bool X86InstructionSelector::selectDebugInstr(MachineInstr &I, in selectDebugInstr() 277 bool X86InstructionSelector::selectCopy(MachineInstr &I, in selectCopy() 354 bool X86InstructionSelector::select(MachineInstr &I) { in select() 449 unsigned X86InstructionSelector::getLoadStoreOp(const LLT &Ty, in getLoadStoreOp() 560 bool X86InstructionSelector::selectLoadStoreOp(MachineInstr &I, in selectLoadStoreOp() [all …]
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1602 SRCS_MIN+= Target/X86/GISel/X86InstructionSelector.cpp
|