Home
last modified time | relevance | path

Searched refs:isConstantInSmallSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetObjectFile.cpp114 bool LanaiTargetObjectFile::isConstantInSmallSection(const DataLayout &DL, in isConstantInSmallSection() function in LanaiTargetObjectFile
122 if (isConstantInSmallSection(DL, C)) in getSectionForConstant()
H A DLanaiTargetObjectFile.h36 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;
H A DLanaiISelLowering.cpp1138 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) { in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp132 bool RISCVELFTargetObjectFile::isConstantInSmallSection( in isConstantInSmallSection() function in RISCVELFTargetObjectFile
140 if (isConstantInSmallSection(DL, C)) { in getSectionForConstant()
H A DRISCVTargetObjectFile.h41 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;