Searched refs:SmallDataThreshold (Results 1 – 3 of 3) sorted by relevance
27 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable179 << SmallDataThreshold << ": \"" << GV->getName() << "\": "); in isGlobalInSmallSection()232 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()243 return SmallDataThreshold > 0; in isSmallDataEnabled()248 return SmallDataThreshold; in getSmallDataSize()
36 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable207 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()263 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()278 return SmallDataThreshold; in getSmallDataSize()
37 static cl::opt<unsigned> SmallDataThreshold("hexagon-small-data-threshold", variable207 << SmallDataThreshold << ": \"" << GO->getName() << "\": "); in isGlobalInSmallSection()263 if (Size > SmallDataThreshold) { in isGlobalInSmallSection()274 return SmallDataThreshold > 0 && !TM.isPositionIndependent(); in isSmallDataEnabled()278 return SmallDataThreshold; in getSmallDataSize()