Searched refs:isLarge (Results 1 – 7 of 7) sorted by relevance
51 if (LLVM_UNLIKELY(isLarge())) in initSmall()79 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { in isLarge() function96 assert(isLarge() && in getLarge()101 assert(isLarge() && in getLarge()118 if (LLVM_UNLIKELY(isLarge())) in ~DynamicAPInt()124 if (LLVM_UNLIKELY(O.isLarge())) in DynamicAPInt()
396 bool isLarge(CostType Threshold) const { in isLarge() function543 if (CurFn.isLarge(LargeFnThreshold)) { in doPartitioning()
448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine1132 isLarge(CalleeADC)) { in shouldInlineCall()
1111 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +1117 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
790 bool isLarge(AnalysisDeclContext *ADC) const;
833 auto isLarge = [](OutputSection *osec) { in setReservedSymbolSections() local841 if (!(p->p_flags & PF_W) && p->lastSec && !isLarge(p->lastSec)) in setReservedSymbolSections()860 if (os->type != SHT_NOBITS && !isLarge(os)) in setReservedSymbolSections()
673 IsLarge = isLarge(NumOps); in Header()