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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h73 unsigned nextWithDups(unsigned Limit) { argument
H A DInterferenceCache.cpp195 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; local
252 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start; local
H A DSpillPlacement.cpp351 unsigned Limit = bundles->getNumBundles() * 10; local
H A DRegAllocFast.cpp282 static const unsigned Limit = 8; local
301 static const unsigned Limit = 8; local
H A DMachineLICM.cpp1192 int Limit = RegLimit[Class]; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp143 uint32_t Limit = opts::pretty::ClassRecursionDepth; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp79 const unsigned char *const Limit = BEnd - 32; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp20 Expected<std::string> readStreamData(BinaryStream &Stream, uint32_t Limit) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); local
117 void State::addCallStack(unsigned Limit) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp126 unsigned Limit = 20; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp159 unsigned Limit = 32; local
H A DMemoryDependenceAnalysis.cpp187 unsigned Limit = getDefaultBlockScanLimit(); local
328 getPointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) argument
441 getSimplePointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, OrderedBasicBlock *OBB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp19 RecordLimit Limit; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h225 ASTLoadGuard(unsigned Limit) : Limit(Limit) {} argument
238 const unsigned Limit; member in class:clang::cross_tu::CrossTranslationUnitContext::ASTLoadGuard
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp204 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length); local
273 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength); local
248 getBoundedStrlen(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Src, SDValue Limit) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp279 unsigned Limit = DAG->getRegClassInfo()->getRegPressureSetLimit(i); local
H A DHexagonSplitDouble.cpp1217 int Limit = MaxHSDR; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp418 calculateStmtComplexity( const StmtSequence &Seq, std::size_t Limit, const std::string &ParentMacroStack) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp70 size_t Limit = std::min(L.size(), R.size()); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp251 const uptr Limit = (uptr)-1; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp781 unsigned Limit = (1 << Entry.Imm2Limit) - 1; local
861 unsigned Limit = ~0U; local
H A DARMTargetTransformInfo.cpp558 const unsigned Limit = TLI->getMaxStoresPerMemmove(F->hasMinSize()); local
H A DARMLoadStoreOptimizer.cpp1043 unsigned Limit; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp418 int GCNHazardRecognizer::getWaitStatesSince(IsHazardFn IsHazard, int Limit) { argument
443 getWaitStatesSinceDef(unsigned Reg, IsHazardFn IsHazardDef, int Limit) argument
455 getWaitStatesSinceSetReg(IsHazardFn IsHazard, int Limit) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp527 const size_t Limit = 64; local

Completed in 165 milliseconds

12