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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp128 bool addGlobalInstructionSelect() override;
165 bool RISCVPassConfig::addGlobalInstructionSelect() { function in class:RISCVPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp246 bool addGlobalInstructionSelect() override;
341 bool MipsPassConfig::addGlobalInstructionSelect() { function in class:MipsPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h271 virtual bool addGlobalInstructionSelect() { return true; } function in class:llvm::TargetPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp358 bool addGlobalInstructionSelect() override;
479 bool ARMPassConfig::addGlobalInstructionSelect() { function in class:ARMPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp371 bool addGlobalInstructionSelect() override;
458 bool X86PassConfig::addGlobalInstructionSelect() { function in class:X86PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp408 bool addGlobalInstructionSelect() override;
553 bool AArch64PassConfig::addGlobalInstructionSelect() { function in class:AArch64PassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp621 bool addGlobalInstructionSelect() override;
907 bool GCNPassConfig::addGlobalInstructionSelect() { function in class:GCNPassConfig
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp808 if (addGlobalInstructionSelect())

Completed in 186 milliseconds