Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
H A DCMakeLists.txt12 InstructionSelect.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h31 class InstructionSelect : public MachineFunctionPass {
50 InstructionSelect(CodeGenOpt::Level OL);
51 InstructionSelect();
/netbsd-src/external/apache2/llvm/lib/libLLVMGlobalISel/
H A DMakefile18 InstructionSelect.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn25 "InstructionSelect.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp177 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DPipeline.rst12 InstructionSelect
42 :doc:`Instruction Select <InstructionSelect>`
H A Dindex.rst66 InstructionSelect
H A DInstructionSelect.rst4 InstructionSelect title
H A DLegalizer.rst12 :doc:`InstructionSelect` has to handle it though. It just means that
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp336 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp477 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp580 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp491 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp594 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1137 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()