Home
last modified time | relevance | path

Searched defs:GVFlags (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h93 struct GVFlags { struct
107 explicit GVFlags(GlobalValue::LinkageTypes Linkage, bool HasSection) in GVFlags() argument
109 GVFlags(const GlobalValue &GV) in GVFlags() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp467 GlobalValueSummary::GVFlags GVFlags(GlobalValue::InternalLinkage, in buildModuleSummaryIndex() local
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp660 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in EmitInstruction() local
DPPCFastISel.cpp1990 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in PPCMaterializeGV() local
DPPCISelDAGToDAG.cpp3026 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in Select() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp744 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in EmitInstruction() local
DPPCFastISel.cpp2091 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in PPCMaterializeGV() local
DPPCISelDAGToDAG.cpp4824 unsigned char GVFlags = PPCSubTarget->classifyGlobalReference(GV); in Select() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp497 unsigned char GVFlags = Subtarget->ClassifyGlobalReference(GV, TM); in X86SelectAddress() local
DX86ISelLowering.cpp10773 unsigned GVFlags = in isLegalAddressingMode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7509 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseFunctionSummary() local
7579 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseVariableSummary() local
7618 GlobalValueSummary::GVFlags GVFlags = GlobalValueSummary::GVFlags( in ParseAliasSummary() local
8081 bool LLParser::ParseGVFlags(GlobalValueSummary::GVFlags &GVFlags) { in ParseGVFlags()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp727 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses() local
DX86ISelLowering.cpp22349 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp754 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV); in handleConstantAddresses() local
DX86ISelLowering.cpp26226 unsigned GVFlags = Subtarget.classifyGlobalReference(AM.BaseGV); in isLegalAddressingMode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2968 GlobalValueSummary::GVFlags GVFlags = Summary.flags(); in printSummary() local