Home
last modified time | relevance | path

Searched refs:isMergeableConst8 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp88 K.isMergeableConst8() || K.isMergeableConst16()) in getXCoreSectionFlags()
117 if (Kind.isMergeableConst8()) return MergeableConst8Section; in SelectSectionForGlobal()
148 if (Kind.isMergeableConst8()) return MergeableConst8Section; in getSectionForConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h140 bool isMergeableConst8() const { return K == MergeableConst8; } in isMergeableConst8() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp542 else if (Kind.isMergeableConst8()) in getEntrySizeForKind()
741 if (Kind.isMergeableConst8() && MergeableConst8Section) in getSectionForConstant()
1018 if (Kind.isMergeableConst8()) in SelectSectionForGlobal()
1058 if (Kind.isMergeableConst8()) in getSectionForConstant()
1649 } else if (Kind.isMergeableConst8()) { in getSectionForConstant()