Searched refs:InstructionSelect (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h1 //== llvm/CodeGen/GlobalISel/InstructionSelect.h -----------------*- C++ -*-==//
31 class InstructionSelect : public MachineFunctionPass { class in namespace:llvm
34 StringRef getPassName() const override { return "InstructionSelect"; }
50 InstructionSelect(CodeGenOpt::Level OL);
51 InstructionSelect();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp1 //===- llvm/CodeGen/GlobalISel/InstructionSelect.cpp - InstructionSelect ---==//
9 /// This file implements the InstructionSelect class.
12 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
51 char InstructionSelect::ID = 0;
52 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
59 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE,
63 InstructionSelect::InstructionSelect(CodeGenOpt::Level OL) function in class:InstructionSelect
69 InstructionSelect function in class:InstructionSelect
[all...]
/netbsd-current/external/apache2/llvm/lib/libLLVMGlobalISel/
H A DMakefile18 InstructionSelect.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp22 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
177 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp28 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
336 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp28 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
491 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp32 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
477 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp28 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
580 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp26 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
594 addPass(new InstructionSelect(getOptLevel()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp30 #include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
1137 addPass(new InstructionSelect(getOptLevel()));

Completed in 276 milliseconds