Searched refs:X86InstructionSelector (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1 //===- X86InstructionSelector.cpp -----------------------------------------===//
60 class X86InstructionSelector : public InstructionSelector { class in namespace:__anon4453
62 X86InstructionSelector(const X86TargetMachine &TM, const X86Subtarget &STI,
153 X86InstructionSelector::X86InstructionSelector(const X86TargetMachine &TM, function in class:X86InstructionSelector
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
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1345 SRCS_MIN+= Target/X86/X86InstructionSelector.cpp

Completed in 110 milliseconds