Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp49 bool LanaiTargetObjectFile::isGlobalInSmallSection( in isGlobalInSmallSection() function in LanaiTargetObjectFile
59 return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM)); in isGlobalInSmallSection()
64 bool LanaiTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in LanaiTargetObjectFile
104 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
106 if (Kind.isData() && isGlobalInSmallSection(GO, TM, Kind)) in SelectSectionForGlobal()
H A DLanaiTargetObjectFile.h19 bool isGlobalInSmallSection(const GlobalObject *GO, const TargetMachine &TM,
29 bool isGlobalInSmallSection(const GlobalObject *GO,
H A DLanaiISelLowering.cpp1172 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) { in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp69 bool RISCVELFTargetObjectFile::isGlobalInSmallSection( in isGlobalInSmallSection() function in RISCVELFTargetObjectFile
108 if (Kind.isBSS() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
110 if (Kind.isData() && isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
H A DRISCVTargetObjectFile.h34 bool isGlobalInSmallSection(const GlobalObject *GO,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp148 if (isGlobalInSmallSection(GO, TM)) in SelectSectionForGlobal()
188 if (isGlobalInSmallSection(GO, TM)) in getExplicitSectionGlobal()
198 bool HexagonTargetObjectFile::isGlobalInSmallSection(const GlobalObject *GO, in isGlobalInSmallSection() function in HexagonTargetObjectFile
H A DHexagonTargetObjectFile.h29 bool isGlobalInSmallSection(const GlobalObject *GO,
H A DHexagonISelLowering.cpp1248 if (GO && Subtarget.useSmallData() && HLOF.isGlobalInSmallSection(GO, HTM)) in LowerGLOBALADDRESS()
3853 return !GO || !HTM.getObjFileLowering()->isGlobalInSmallSection(GO, HTM);