HomeSort by relevance Sort by last modified time
    Searched refs:GVFlags (Results 1 - 23 of 23) sorted by null

  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 93 struct GVFlags {
107 explicit GVFlags(GlobalValue::LinkageTypes Linkage, bool HasSection)
109 GVFlags(const GlobalValue &GV)
131 GVFlags Flags;
141 GlobalValueSummary(SummaryKind K, GVFlags Flags) : Kind(K), Flags(Flags) {}
163 /// Get the flags for this GlobalValue (see \p struct GVFlags).
164 GVFlags flags() { return Flags; }
210 AliasSummary(GVFlags Flags) : GlobalValueSummary(AliasKind, Flags) {}
246 FunctionSummary(GVFlags Flags, unsigned NumInsts)
293 GlobalVarSummary(GVFlags Flags) : GlobalValueSummary(GlobalVarKind, Flags) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 359 GlobalValueSummary::GVFlags Flags(F.getLinkage(), NotEligibleForImport,
385 GlobalValueSummary::GVFlags Flags(V.getLinkage(), NonRenamableLocal,
400 GlobalValueSummary::GVFlags Flags(A.getLinkage(), NonRenamableLocal,
467 GlobalValueSummary::GVFlags GVFlags(GlobalValue::InternalLinkage,
476 GVFlags, 0,
491 llvm::make_unique<GlobalVarSummary>(GVFlags,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ModuleSummaryIndex.h 239 struct GVFlags {
265 explicit GVFlags(GlobalValue::LinkageTypes Linkage,
275 GVFlags Flags;
298 GlobalValueSummary(SummaryKind K, GVFlags Flags, std::vector<ValueInfo> Refs)
324 /// Get the flags for this GlobalValue (see \p struct GVFlags).
325 GVFlags flags() const { return Flags; }
371 AliasSummary(GVFlags Flags)
477 FunctionSummary::GVFlags(
506 FunctionSummary(GVFlags Flags, unsigned NumInsts, FFlags FunFlags,
640 GlobalVarSummary(GVFlags Flags, std::vector<ValueInfo> Refs
    [all...]
ModuleSummaryIndexYAML.h 225 GlobalValueSummary::GVFlags(
  /external/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 98 GlobalValueSummary::GVFlags Flags(F);
111 GlobalValueSummary::GVFlags Flags(V);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 660 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
661 GlobalToc = (GVFlags & PPCII::MO_NLP_FLAG);
710 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
711 assert((GVFlags & PPCII::MO_NLP_FLAG) &&
739 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
741 !(GVFlags & PPCII::MO_NLP_FLAG) &&
    [all...]
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 744 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
745 GlobalToc = (GVFlags & PPCII::MO_NLP_FLAG);
801 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
802 assert((GVFlags & PPCII::MO_NLP_FLAG) &&
829 LLVM_DEBUG(unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
830 assert(!(GVFlags & PPCII::MO_NLP_FLAG) &&
    [all...]
PPCFastISel.cpp     [all...]
PPCISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
LLParser.h 349 bool ParseGVFlags(GlobalValueSummary::GVFlags &GVFlags);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 497 unsigned char GVFlags = Subtarget->ClassifyGlobalReference(GV, TM);
500 if (isGlobalRelativeToPICBase(GVFlags)) {
507 if (!isGlobalStubReference(GVFlags)) {
514 AM.GVOpFlags = GVFlags;
531 StubAM.GVOpFlags = GVFlags;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 727 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
730 if (isGlobalRelativeToPICBase(GVFlags)) {
737 if (!isGlobalStubReference(GVFlags)) {
744 AM.GVOpFlags = GVFlags;
761 StubAM.GVOpFlags = GVFlags;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 754 unsigned char GVFlags = Subtarget->classifyGlobalReference(GV);
757 if (isGlobalRelativeToPICBase(GVFlags)) {
764 if (!isGlobalStubReference(GVFlags)) {
771 AM.GVOpFlags = GVFlags;
788 StubAM.GVOpFlags = GVFlags;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 724 static GlobalValueSummary::GVFlags getDecodedGVSummaryFlags(uint64_t RawFlags,
732 return GlobalValueSummary::GVFlags(Linkage, HasSection);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 883 static GlobalValueSummary::GVFlags getDecodedGVSummaryFlags(uint64_t RawFlags,
897 return GlobalValueSummary::GVFlags(Linkage, NotEligibleToImport, Live, Local);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 382 milliseconds