Searched refs:IsConstantInSmallSection (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 134 bool MipsTargetObjectFile::IsConstantInSmallSection( in IsConstantInSmallSection() function in MipsTargetObjectFile 147 if (IsConstantInSmallSection(DL, C, *TM)) in getSectionForConstant()
|
D | MipsTargetObjectFile.h | 39 bool IsConstantInSmallSection(const DataLayout &DL, const Constant *CN,
|
D | MipsISelLowering.cpp | 1909 if (TLOF->IsConstantInSmallSection(DAG.getDataLayout(), N->getConstVal(), in lowerConstantPool()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsTargetObjectFile.cpp | 168 bool MipsTargetObjectFile::IsConstantInSmallSection( in IsConstantInSmallSection() function in MipsTargetObjectFile 181 if (IsConstantInSmallSection(DL, C, *TM)) in getSectionForConstant()
|
D | MipsTargetObjectFile.h | 39 bool IsConstantInSmallSection(const DataLayout &DL, const Constant *CN,
|
D | MipsISelLowering.cpp | 2103 if (TLOF->IsConstantInSmallSection(DAG.getDataLayout(), N->getConstVal(), in lowerConstantPool()
|