Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVTargetMachine.cpp111 bool addGlobalInstructionSelect() override;
224 bool SPIRVPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in SPIRVPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kTargetMachine.cpp162 bool addGlobalInstructionSelect() override;
200 bool M68kPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in M68kPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFTargetMachine.cpp103 bool addGlobalInstructionSelect() override;
202 bool BPFPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in BPFPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsTargetMachine.cpp249 bool addGlobalInstructionSelect() override;
359 bool MipsPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in MipsPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetMachine.cpp365 bool addGlobalInstructionSelect() override;
491 bool RISCVPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in RISCVPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetPassConfig.h294 virtual bool addGlobalInstructionSelect() { return true; } in addGlobalInstructionSelect() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetMachine.cpp384 bool addGlobalInstructionSelect() override;
524 bool ARMPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in ARMPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTargetMachine.cpp439 bool addGlobalInstructionSelect() override;
643 bool PPCPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in PPCPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetMachine.cpp419 bool addGlobalInstructionSelect() override;
526 bool X86PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in X86PassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetMachine.cpp541 bool addGlobalInstructionSelect() override;
749 bool AArch64PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in AArch64PassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDCodeGenPassBuilder.h384 Error addGlobalInstructionSelect(AddMachinePass &) const { in addGlobalInstructionSelect() function
838 if (auto Err = derived().addGlobalInstructionSelect(addPass)) in addCoreISelPasses()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetMachine.cpp957 bool addGlobalInstructionSelect() override;
1308 bool GCNPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in GCNPassConfig
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp1035 if (addGlobalInstructionSelect()) in addCoreISelPasses()