Searched refs:addGlobalInstructionSelect (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp128 bool addGlobalInstructionSelect() override;
166 bool RISCVPassConfig::addGlobalInstructionSelect() { function in class:RISCVPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp249 bool addGlobalInstructionSelect() override;
344 bool MipsPassConfig::addGlobalInstructionSelect() { function in class:MipsPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h272 virtual bool addGlobalInstructionSelect() { return true; } function in class:llvm::TargetPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp366 bool addGlobalInstructionSelect() override;
488 bool ARMPassConfig::addGlobalInstructionSelect() { function in class:ARMPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp360 bool addGlobalInstructionSelect() override;
449 bool X86PassConfig::addGlobalInstructionSelect() { function in class:X86PassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp418 bool addGlobalInstructionSelect() override;
575 bool AArch64PassConfig::addGlobalInstructionSelect() { function in class:AArch64PassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp658 bool addGlobalInstructionSelect() override;
970 bool GCNPassConfig::addGlobalInstructionSelect() { function in class:GCNPassConfig
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp852 if (addGlobalInstructionSelect())

Completed in 85 milliseconds