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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.h 24 /// IsGlobalInSmallSection - Return true if this global address should be
26 bool IsGlobalInSmallSection(const GlobalValue *GV,
30 bool IsGlobalInSmallSection(const GlobalValue *GV,
MBlazeTargetObjectFile.cpp 46 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM) const {
50 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
53 /// IsGlobalInSmallSection - Return true if this global address should be
56 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
83 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
85 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.h 25 /// IsGlobalInSmallSection - Return true if this global address should be
27 bool IsGlobalInSmallSection(const GlobalValue *GV,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
MipsTargetObjectFile.cpp 49 bool MipsTargetObjectFile::IsGlobalInSmallSection(const GlobalValue *GV,
54 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
57 /// IsGlobalInSmallSection - Return true if this global address should be
60 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
95 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
97 if (Kind.isDataNoRel() && IsGlobalInSmallSection(GV, TM, Kind))
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 27 bool IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
29 bool IsGlobalInSmallSection(const GlobalValue *GV,
MipsTargetObjectFile.cpp 65 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM) const {
72 return IsGlobalInSmallSection(GV, TM, getKindForGlobal(GV, TM));
78 IsGlobalInSmallSection(const GlobalValue *GV, const TargetMachine &TM,
124 if (Kind.isBSS() && IsGlobalInSmallSection(GV, TM, Kind))
126 if (Kind.isData() && IsGlobalInSmallSection(GV, TM, Kind))
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetObjectFile.h 22 bool IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
32 bool IsGlobalInSmallSection(const GlobalObject *GO,
MipsTargetObjectFile.cpp 70 bool MipsTargetObjectFile::IsGlobalInSmallSection(
78 return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
84 IsGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
156 if (Kind.isBSS() && IsGlobalInSmallSection(GO, TM, Kind))
158 if (Kind.isData() && IsGlobalInSmallSection(GO, TM, Kind))
160 if (Kind.isReadOnly() && IsGlobalInSmallSection(GO, TM, Kind))
MipsISelLowering.cpp     [all...]

Completed in 5164 milliseconds