Searched refs:isGlobalInSmallSection (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 50 bool LanaiTargetObjectFile::isGlobalInSmallSection( in isGlobalInSmallSection() function in LanaiTargetObjectFile 60 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection() 65 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in LanaiTargetObjectFile 105 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal() 107 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
D | LanaiTargetObjectFile.h | 20 bool isGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, 30 bool isGlobalInSmallSection(const GlobalObject *GO,
|
D | LanaiISelLowering.cpp | 1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVTargetObjectFile.cpp | 39 bool RISCVELFTargetObjectFile::isGlobalInSmallSection( in isGlobalInSmallSection() function in RISCVELFTargetObjectFile 78 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal() 80 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
|
D | RISCVTargetObjectFile.h | 28 bool isGlobalInSmallSection(const GlobalObject *GO,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 149 if (isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal() 189 if (isGlobalInSmallSection(GO, TM)) in getExplicitSectionGlobal() 199 bool HexagonTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in HexagonTargetObjectFile
|
D | HexagonTargetObjectFile.h | 28 bool isGlobalInSmallSection(const GlobalObject *GO,
|
D | HexagonISelLowering.cpp | 1082 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS() 3293 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM); in shouldReduceLoadWidth()
|