Home
last modified time | relevance | path

Searched defs:Limit (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/CodeGen/
DAllocationOrder.h63 unsigned nextWithDups(unsigned Limit) { in nextWithDups()
DInterferenceCache.cpp165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() local
222 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; in update() local
DRegisterPressure.cpp546 unsigned Limit = TRI->getRegPressureSetLimit(i); in computeExcessPressureDelta() local
DMachineLICM.cpp1078 unsigned Limit = RegLimit[RCId]; in CanCauseHighRegPressure() local
DMachineScheduler.cpp484 unsigned Limit = TRI->getRegPressureSetLimit(i); in initRegPressure() local
/external/v8/src/
Dstore-buffer.h96 Object*** Limit() { return reinterpret_cast<Object***>(old_limit_); } in Limit() function
/external/clang/lib/Format/
DFormat.cpp1336 unsigned Limit = Style.ColumnLimit - Indent; in tryFitMultipleLinesInOne() local
1357 unsigned Limit) { in tryMergeSimplePPDirective()
1373 unsigned Limit) { in tryMergeSimpleIf()
1397 unsigned Limit) { in tryMergeSimpleBlock()
1446 unsigned Limit) { in nextTwoLinesFitInto()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp461 unsigned Limit = ~0U; in MergeLDR_STR() local
530 unsigned Bytes, unsigned Limit, in isMatchingDecrement()
563 unsigned Bytes, unsigned Limit, in isMatchingIncrement()
877 unsigned Limit = isAM5 ? 0 : (isAM2 ? 0x1000 : 0x100); in MergeBaseUpdateLoadStore() local
1605 int Limit = (1 << 8) * Scale; in CanFormLdStDWord() local
1615 int Limit = (1 << 8) * Scale; in CanFormLdStDWord() local
DThumb2SizeReduction.cpp649 unsigned Limit = (1 << Entry.Imm2Limit) - 1; in ReduceTo2Addr() local
734 unsigned Limit = ~0U; in ReduceToNarrow() local
DARMFrameLowering.cpp1048 unsigned Limit = (1 << 12) - 1; in estimateRSStackSizeLimit() local
/external/clang/include/clang/Basic/
DDiagnostic.h402 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } in setErrorLimit()
406 void setTemplateBacktraceLimit(unsigned Limit) { in setTemplateBacktraceLimit()
418 void setConstexprBacktraceLimit(unsigned Limit) { in setConstexprBacktraceLimit()
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h280 typedef int Limit; typedef
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp194 unsigned Limit = BlockScanLimit; in getCallSiteDependencyFrom() local
364 unsigned Limit = BlockScanLimit; in getPointerDependencyFrom() local
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp470 unsigned Limit = (1 << 16) - 1; in estimateRSStackLimit() local
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1005 int Limit = HWLoopLimit; in convertToHardwareLoop() local
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp431 unsigned Limit = Diags.getTemplateBacktraceLimit(); in PrintInstantiationStack() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3484 unsigned Limit, uint64_t Size, in FindOptimalMemOpLowering()
3616 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores() local
3728 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp320 unsigned Limit = 20; in isLeakCheckerRoot() local
/external/clang/lib/AST/
DExprConstant.cpp454 unsigned Limit = Ctx.getDiagnostics().getConstexprBacktraceLimit(); in Diag() local
623 void EvalInfo::addCallStack(unsigned Limit) { in addCallStack()