Home
last modified time | relevance | path

Searched refs:addGlobalInstructionSelect (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp100 bool addGlobalInstructionSelect() override;
190 bool SPIRVPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in SPIRVPassConfig
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp160 bool addGlobalInstructionSelect() override;
198 bool M68kPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in M68kPassConfig
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp250 bool addGlobalInstructionSelect() override;
363 bool MipsPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in MipsPassConfig
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp257 bool addGlobalInstructionSelect() override;
321 bool RISCVPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in RISCVPassConfig
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h272 virtual bool addGlobalInstructionSelect() { return true; } in addGlobalInstructionSelect() function
H A DCodeGenPassBuilder.h365 Error addGlobalInstructionSelect(AddMachinePass &) const { in addGlobalInstructionSelect() function
783 if (auto Err = derived().addGlobalInstructionSelect(addPass)) in addCoreISelPasses()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp380 bool addGlobalInstructionSelect() override;
519 bool ARMPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in ARMPassConfig
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp421 bool addGlobalInstructionSelect() override;
622 bool PPCPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in PPCPassConfig
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp393 bool addGlobalInstructionSelect() override;
499 bool X86PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in X86PassConfig
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp514 bool addGlobalInstructionSelect() override;
707 bool AArch64PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in AArch64PassConfig
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp896 bool addGlobalInstructionSelect() override;
1223 bool GCNPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in GCNPassConfig
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1058 if (addGlobalInstructionSelect()) in addCoreISelPasses()