Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp48 char InstructionSelect::ID = 0;
49 INITIALIZE_PASS_BEGIN(InstructionSelect, DEBUG_TYPE,
56 INITIALIZE_PASS_END(InstructionSelect, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
60 InstructionSelect::InstructionSelect(CodeGenOpt::Level OL) in INITIALIZE_PASS_DEPENDENCY()
66 InstructionSelect::InstructionSelect() in InstructionSelect() function in InstructionSelect
69 void InstructionSelect::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
82 bool InstructionSelect::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
H A DCMakeLists.txt12 InstructionSelect.cpp
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h33 class InstructionSelect : public MachineFunctionPass {
52 InstructionSelect(CodeGenOpt::Level OL);
53 InstructionSelect();
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp177 class SPIRVInstructionSelect : public InstructionSelect {
180 return InstructionSelect::getRequiredProperties().reset( in getRequiredProperties()
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/AMDGPU/
H A Dsubreg-def-is-not-ssa.mir4 # CHECK: MachineFunctionProperties required by InstructionSelect pass are not met by function subre…
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/GlobalISel/
H A DBUILD.gn25 "InstructionSelect.cpp",
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp184 addPass(new InstructionSelect()); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/AArch64/
H A Dprint-parse-verify-failedISel-property.mir12 # 3) MIRPrinter is able to print FailedISel MIR after InstructionSelect pass.
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp232 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO0-pipeline.ll42 ; CHECK-NEXT: InstructionSelect
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dgisel-commandline-option.ll78 ; ENABLED-NEXT: InstructionSelect
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp351 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp490 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp507 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp617 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp689 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1261 addPass(new InstructionSelect(getOptLevel())); in addGlobalInstructionSelect()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5112 llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h
5861 llvm/lib/CodeGen/GlobalISel/InstructionSelect.cpp