OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addGlobalInstructionSelect
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetMachine.cpp
247
bool
addGlobalInstructionSelect
() override;
335
bool MipsPassConfig::
addGlobalInstructionSelect
() {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetPassConfig.h
268
virtual bool
addGlobalInstructionSelect
() { return true; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
352
bool
addGlobalInstructionSelect
() override;
466
bool AArch64PassConfig::
addGlobalInstructionSelect
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
356
bool
addGlobalInstructionSelect
() override;
459
bool ARMPassConfig::
addGlobalInstructionSelect
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetMachine.cpp
371
bool
addGlobalInstructionSelect
() override;
446
bool X86PassConfig::
addGlobalInstructionSelect
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp
573
bool
addGlobalInstructionSelect
() override;
834
bool GCNPassConfig::
addGlobalInstructionSelect
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetPassConfig.cpp
746
if (
addGlobalInstructionSelect
())
[
all
...]
Completed in 1384 milliseconds