Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp53 char InstructionSelect::ID = 0;
54 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
61 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
65 InstructionSelect::InstructionSelect(CodeGenOptLevel OL) in INITIALIZE_PASS_DEPENDENCY()
71 InstructionSelect::InstructionSelect() in InstructionSelect() function in InstructionSelect
74 void InstructionSelect::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
87 bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h33 class InstructionSelect : public MachineFunctionPass {
52 InstructionSelect(CodeGenOptLevel OL);
53 InstructionSelect();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp203 class SPIRVInstructionSelect : public InstructionSelect {
206 return InstructionSelect::getRequiredProperties().reset( in getRequiredProperties()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp201 addPass(new InstructionSelect()); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp208 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp360 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp504 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp508 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp523 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp644 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp736 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1283 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile274 SRCS_MIN+= CodeGen/GlobalISel/InstructionSelect.cpp