Searched defs:Limit (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.h63 unsigned nextWithDups(unsigned Limit) { argument
H A DInterferenceCache.cpp165 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
222 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
H A DMachineLICM.cpp1078 unsigned Limit = RegLimit[RCId]; local
H A DRegisterPressure.cpp629 unsigned Limit = RCI->getRegPressureSetLimit(i); local
827 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); local
[all...]
H A DMachineScheduler.cpp555 unsigned Limit = RegClassInfo->getRegPressureSetLimit(i); local
587 unsigned Limit = RegClassInfo->getRegPressureSetLimit(ID); local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DCFG.cpp147 unsigned Limit = 32; local
H A DMemoryDependenceAnalysis.cpp194 unsigned Limit = BlockScanLimit; local
364 unsigned Limit = BlockScanLimit; local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp408 int Limit = CTRLoopLimit; local
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp218 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); local
291 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); local
266 getBoundedStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Limit) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp487 unsigned Limit = (1 << 16) - 1; local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp676 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
760 unsigned Limit = ~0U; local
H A DARMFrameLowering.cpp1056 unsigned Limit = (1 << 12) - 1; local
[all...]
H A DARMLoadStoreOptimizer.cpp538 unsigned Limit = ~0U; local
609 isMatchingDecrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
642 isMatchingIncrement(MachineInstr *MI, unsigned Base, unsigned Bytes, unsigned Limit, ARMCC::CondCodes Pred, unsigned PredReg) argument
957 unsigned Limit = isAM5 ? 0 : (isAM2 ? 0x1000 : 0x100); local
1702 int Limit = (1 << 8) * Scale; local
1712 int Limit = (1 << 8) * Scale; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp999 int Limit = HWLoopLimit; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h400 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } argument
404 void setTemplateBacktraceLimit(unsigned Limit) { argument
416 void setConstexprBacktraceLimit(unsigned Limit) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp394 unsigned Limit = local
422 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator &I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
436 tryMergeSimpleControlStatement( SmallVectorImpl<AnnotatedLine *>::const_iterator &I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
464 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator &I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
519 nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, unsigned Limit) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp488 unsigned Limit = Diags.getTemplateBacktraceLimit(); local
H A DSemaExprCXX.cpp5169 unsigned Limit = 9; local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp118 unsigned Limit = 20; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp582 unsigned Limit = Ctx.getDiagnostics().getConstexprBacktraceLimit(); local
818 void EvalInfo::addCallStack(unsigned Limit) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3722 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); local
3834 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); local
3589 FindOptimalMemOpLowering(std::vector<EVT> &MemOps, unsigned Limit, uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, bool AllowOverlap, SelectionDAG &DAG, const TargetLowering &TLI) argument

Completed in 300 milliseconds