Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp27 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
179 << SmallDataThreshold << ": \"" << GV->getName() << "\": "); in isGlobalInSmallSection()
232 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
243 return SmallDataThreshold > 0; in isSmallDataEnabled()
248 return SmallDataThreshold; in getSmallDataSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp36 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
207 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()
263 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()
278 return SmallDataThreshold; in getSmallDataSize()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp37 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
207 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()
263 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()
278 return SmallDataThreshold; in getSmallDataSize()