Home
last modified time | relevance | path

Searched refs:SmallDataThreshold (Results 1 – 2 of 2) 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-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp37 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable
204 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()
257 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()
267 return SmallDataThreshold > 0; in isSmallDataEnabled()
271 return SmallDataThreshold; in getSmallDataSize()