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

12

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DAllocationOrder.h67 unsigned nextWithDups(unsigned Limit) { argument
H A DInterferenceCache.cpp184 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
241 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
H A DRegisterPressure.cpp658 unsigned Limit = RCI->getRegPressureSetLimit(i); local
842 unsigned Limit = RCI->getRegPressureSetLimit(PSetID); local
[all...]
H A DMachineLICM.cpp1030 int Limit = RegLimit[Class]; local
H A DMachineScheduler.cpp928 unsigned Limit = RegClassInfo->getRegPressureSetLimit(i); local
960 unsigned Limit = RegClassInfo->getRegPressureSetLimit(ID); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DCFG.cpp140 unsigned Limit = 32; local
H A DMemoryDependenceAnalysis.cpp209 unsigned Limit = BlockScanLimit; local
454 unsigned Limit = BlockScanLimit; local
[all...]
H A DScalarEvolution.cpp1393 const SCEV *Limit = ExtendOpTraits<ExtendOpTy>::getOverflowLimitForStep( local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaits.cpp257 Counters Limit = ZeroCounts; local
H A DSIRegisterInfo.cpp116 unsigned Limit = AMDGPUSubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG - 6; local
159 unsigned Limit; local
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp453 int Limit = CTRLoopLimit; local
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp212 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); local
283 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); local
258 getBoundedStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Limit) argument
/freebsd-11.0-release/contrib/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc251 const uptr Limit = (uptr)-1; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp180 unsigned Limit = local
249 tryMergeSimplePPDirective(SmallVectorImpl<AnnotatedLine *>::const_iterator I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
261 tryMergeSimpleControlStatement( SmallVectorImpl<AnnotatedLine *>::const_iterator I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
289 tryMergeShortCaseLabels(SmallVectorImpl<AnnotatedLine *>::const_iterator I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
318 tryMergeSimpleBlock(SmallVectorImpl<AnnotatedLine *>::const_iterator I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
406 limitConsideringMacros(SmallVectorImpl<AnnotatedLine *>::const_iterator I, SmallVectorImpl<AnnotatedLine *>::const_iterator E, unsigned Limit) argument
416 nextTwoLinesFitInto(SmallVectorImpl<AnnotatedLine *>::const_iterator I, unsigned Limit) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp693 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
776 unsigned Limit = ~0U; local
H A DARMFrameLowering.cpp1382 unsigned Limit = (1 << 12) - 1; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1008 findMatchingStore( MachineBasicBlock::iterator I, unsigned Limit, MachineBasicBlock::iterator &StoreI) argument
1065 findMatchingInsn(MachineBasicBlock::iterator I, LdStPairFlags &Flags, unsigned Limit) argument
1353 findMatchingUpdateInsnForward( MachineBasicBlock::iterator I, unsigned Limit, int UnscaledOffset) argument
1408 findMatchingUpdateInsnBackward( MachineBasicBlock::iterator I, unsigned Limit) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp1189 int Limit = MaxHSDR; local
H A DHexagonHardwareLoops.cpp1127 int Limit = HWLoopLimit; local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1004 const uint64_t Limit = uint64_t(std::numeric_limits<unsigned>::max()) + 1; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp376 unsigned Limit = Diags.getTemplateBacktraceLimit(); local
H A DSemaExprCXX.cpp5609 unsigned Limit = 9; local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h411 void setErrorLimit(unsigned Limit) { ErrorLimit = Limit; } argument
415 void setTemplateBacktraceLimit(unsigned Limit) { argument
427 void setConstexprBacktraceLimit(unsigned Limit) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp125 unsigned Limit = 20; local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4300 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); local
4410 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); local
4159 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 481 milliseconds

12