Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetMachine.cpp247 bool addGlobalInstructionSelect() override;
335 bool MipsPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in MipsPassConfig
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetMachine.cpp371 bool addGlobalInstructionSelect() override;
446 bool X86PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in X86PassConfig
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMTargetMachine.cpp356 bool addGlobalInstructionSelect() override;
459 bool ARMPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in ARMPassConfig
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp352 bool addGlobalInstructionSelect() override;
466 bool AArch64PassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in AArch64PassConfig
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h268 virtual bool addGlobalInstructionSelect() { return true; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp573 bool addGlobalInstructionSelect() override;
834 bool GCNPassConfig::addGlobalInstructionSelect() { in addGlobalInstructionSelect() function in GCNPassConfig
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp746 if (addGlobalInstructionSelect()) in addCoreISelPasses()