Home
last modified time | relevance | path

Searched refs:isLarge (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDynamicAPInt.h51 if (LLVM_UNLIKELY(isLarge())) in initSmall()
79 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr bool isLarge() const { in isLarge() function
96 assert(isLarge() && in getLarge()
101 assert(isLarge() && in getLarge()
118 if (LLVM_UNLIKELY(isLarge())) in ~DynamicAPInt()
124 if (LLVM_UNLIKELY(O.isLarge())) in DynamicAPInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp396 bool isLarge(CostType Threshold) const { in isLarge() function
543 if (CurFn.isLarge(LargeFnThreshold)) { in doPartitioning()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp448 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() function in ExprEngine
1132 isLarge(CalleeADC)) { in shouldInlineCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1111 getSmallSize(NumOps, isResizable(Storage), isLarge(NumOps))) +
1117 static bool isLarge(size_t NumOps) { return NumOps > MaxSmallSize; }
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h790 bool isLarge(AnalysisDeclContext *ADC) const;
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp833 auto isLarge = [](OutputSection *osec) { in setReservedSymbolSections() local
841 if (!(p->p_flags & PF_W) && p->lastSec && !isLarge(p->lastSec)) in setReservedSymbolSections()
860 if (os->type != SHT_NOBITS && !isLarge(os)) in setReservedSymbolSections()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp673 IsLarge = isLarge(NumOps); in Header()