/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 93 struct GVFlags { struct 107 explicit GVFlags(GlobalValue::LinkageTypes Linkage, bool HasSection) in GVFlags() argument 109 GVFlags(const GlobalValue &GV) in GVFlags() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 660 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in EmitInstruction() local
|
D | PPCFastISel.cpp | 1990 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in PPCMaterializeGV() local
|
D | PPCISelDAGToDAG.cpp | 3026 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in Select() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 692 GlobalValueSummary::GVFlags GVFlags(GlobalValue::InternalLinkage, in buildModuleSummaryIndex() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 700 GlobalValueSummary::GVFlags GVFlags(GlobalValue::InternalLinkage, in buildModuleSummaryIndex() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8084 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseFunctionSummary() local 8154 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseVariableSummary() local 8210 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseAliasSummary() local 8773 bool LLParser::ParseGVFlags(GlobalValueSummary::GVFlags &GVFlags) { in ParseGVFlags()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8511 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseFunctionSummary() local 8587 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseVariableSummary() local 8645 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in parseAliasSummary() local 9336 bool LLParser::parseGVFlags(GlobalValueSummary::GVFlags &GVFlags) { in parseGVFlags()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 727 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses() local
|
D | X86ISelLowering.cpp | 22349 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 740 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses() local
|
D | X86ISelLowering.cpp | 31130 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 741 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses() local
|
D | X86ISelLowering.cpp | 29972 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 3090 GlobalValueSummary::GVFlags GVFlags = Summary.flags(); in printSummary() local
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 3327 GlobalValueSummary::GVFlags GVFlags = Summary.flags(); in printSummary() local
|