Home
last modified time | relevance | path

Searched refs:addPreGlobalInstructionSelect (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetPassConfig.h266 virtual void addPreGlobalInstructionSelect() {} in addPreGlobalInstructionSelect() function
DCodeGenPassBuilder.h359 void addPreGlobalInstructionSelect(AddMachinePass &) const {} in addPreGlobalInstructionSelect() function
781 derived().addPreGlobalInstructionSelect(addPass); in addCoreISelPasses()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp513 void addPreGlobalInstructionSelect() override;
703 void AArch64PassConfig::addPreGlobalInstructionSelect() { in addPreGlobalInstructionSelect() function in AArch64PassConfig
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp895 void addPreGlobalInstructionSelect() override;
1218 void GCNPassConfig::addPreGlobalInstructionSelect() { in addPreGlobalInstructionSelect() function in GCNPassConfig
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetPassConfig.cpp1056 addPreGlobalInstructionSelect(); in addCoreISelPasses()