Searched refs:isGlobalInSmallSection (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetObjectFile.cpp | 51 bool LanaiTargetObjectFile::isGlobalInSmallSection( in isGlobalInSmallSection() function in LanaiTargetObjectFile 61 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection() 66 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in LanaiTargetObjectFile 106 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal() 108 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
|
| H A D | LanaiTargetObjectFile.h | 21 bool isGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM, 31 bool isGlobalInSmallSection(const GlobalObject *GO,
|
| H A D | LanaiISelLowering.cpp | 1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 150 if (isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal() 190 if (isGlobalInSmallSection(GO, TM)) in getExplicitSectionGlobal() 200 bool HexagonTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in HexagonTargetObjectFile
|
| H A D | HexagonTargetObjectFile.h | 29 bool isGlobalInSmallSection(const GlobalObject *GO,
|
| H A D | HexagonISelLowering.cpp | 1023 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS() 3105 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM); in shouldReduceLoadWidth()
|