Home
last modified time | relevance | path

Searched refs:InstructionSelect (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp51 char InstructionSelect::ID = 0;
52 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
59 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
63 InstructionSelect::InstructionSelect(CodeGenOpt::Level OL) in INITIALIZE_PASS_DEPENDENCY()
69 InstructionSelect::InstructionSelect() in InstructionSelect() function in InstructionSelect
72 void InstructionSelect::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
84 bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h31 class InstructionSelect : public MachineFunctionPass {
50 InstructionSelect(CodeGenOpt::Level OL);
51 InstructionSelect();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp184 addPass(new InstructionSelect()); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp177 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp332 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp475 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp589 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp500 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp646 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1297 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile245 SRCS_MIN+= CodeGen/GlobalISel/InstructionSelect.cpp