Home
last modified time | relevance | path

Searched refs:isGlobalInSmallSection (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp51 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 DLanaiTargetObjectFile.h21 bool isGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
31 bool isGlobalInSmallSection(const GlobalObject *GO,
H A DLanaiISelLowering.cpp1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp150 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 DHexagonTargetObjectFile.h29 bool isGlobalInSmallSection(const GlobalObject *GO,
H A DHexagonISelLowering.cpp1023 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS()
3105 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM); in shouldReduceLoadWidth()