/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 550 int UpperBound, LowerBound; AddPred() local 571 DFS(const SUnit * SU,int UpperBound,bool & HasLoop) DFS() argument 603 int UpperBound = Node2Index[TargetSU.NodeNum]; GetSubGraph() local 680 Shift(BitVector & Visited,int LowerBound,int UpperBound) Shift() argument 731 int UpperBound, LowerBound; IsReachable() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600FrameLowering.cpp | 32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock() argument 188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local 229 ConstantInt *UpperBound, Value *Val, in SwitchConvert() argument 390 ConstantInt *UpperBound = nullptr; ProcessSwitchInst() local [all...] |
H A D | LibCallsShrinkWrap.cpp | 315 float UpperBound; in generateOneRangeCond() local 337 float UpperBound, LowerBound; in generateTwoRangeCond() local [all...] |
H A D | SimplifyCFG.cpp | 6708 const uint64_t UpperBound = CR.getUpper().getLimitedValue(); SwitchToLookupTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 612 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local 1250 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local 1428 if (const SCEV *UpperBound in weakCrossingSIVtest() local 1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { weakZeroSrcSIVtest() local 1908 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { weakZeroDstSIVtest() local 1991 if (const SCEVConstant *UpperBound = exactRDIVtest() local 2001 if (const SCEVConstant *UpperBound = exactRDIVtest() local 2809 if (const SCEV *UpperBound = getUpperBound(Bound)) testBounds() local [all...] |
H A D | MemorySSA.cpp | 1412 unsigned long UpperBound = VersionStack.size() - 1; optimizeUsesInBlock() local [all...] |
H A D | ScalarEvolution.cpp | 9399 const SCEV *UpperBound = computeShiftCompareExitLimit() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 246 int64_t UpperBound = 0; // DW_AT_upper_bound value. variable
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 317 assumeInBoundDual(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,QualType indexTy) const assumeInBoundDual() argument 361 assumeInBound(DefinedOrUnknownSVal Idx,DefinedOrUnknownSVal UpperBound,bool Assumption,QualType indexTy) const assumeInBound() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 231 uint16_t UpperBound = readU16(); executeMatchTable() local 262 uint16_t UpperBound = readU16(); executeMatchTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 541 if (std::optional<int64_t> UpperBound = in getTypeSizeImpl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 686 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 317 uint32_t UpperBound; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1373 LoopUnroll(int OptLevel=2,bool OnlyWhenForced=false,bool ForgetAllSCEV=false,std::optional<unsigned> Threshold=std::nullopt,std::optional<unsigned> Count=std::nullopt,std::optional<bool> AllowPartial=std::nullopt,std::optional<bool> Runtime=std::nullopt,std::optional<bool> UpperBound=std::nullopt,std::optional<bool> AllowPeeling=std::nullopt,std::optional<bool> AllowProfileBasedPeeling=std::nullopt,std::optional<unsigned> ProvidedFullUnrollMaxCount=std::nullopt) LoopUnroll() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1137 unsigned UpperBound; in resolveExtra() local
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 2168 std::string LowerBound, UpperBound; genIntrinsicRangeCheckCode() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelMatchTable.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 764 llvm::Metadata *LowerBound, *UpperBound; CreateType() local 838 auto *UpperBound = DBuilder.createExpression(Expr); CreateType() local
|
H A D | CGOpenMPRuntime.cpp | 6185 getNumThreads(CodeGenFunction & CGF,const CapturedStmt * CS,const Expr ** E,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal) getNumThreads() argument 6276 getNumThreadsExprForTargetDirective(CodeGenFunction & CGF,const OMPExecutableDirective & D,int32_t & UpperBound,bool UpperBoundOnly,llvm::Value ** CondVal,const Expr ** ThreadLimitExpr) getNumThreadsExprForTargetDirective() argument 6441 int32_t UpperBound = -1; emitNumThreadsForTargetDirective() local [all...] |
H A D | CGStmtOpenMP.cpp | 7656 enum { LowerBound = 5, UpperBound, Stride, LastIter }; EmitOMPTaskLoopBasedDirective() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 592 bool UpperBound; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4978 Metadata *UpperBound = nullptr; parseDISubrange() local 5025 Metadata *UpperBound = ConvToMetadata(upperBound); parseDIGenericSubrange() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2486 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); applyStaticWorkshareLoop() local 3048 Value *UpperBound = CLI->getTripCount(); applyDynamicWorkshareLoop() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4604 unsigned UpperBound = (TypoStr.size() + 2) / 3; addName() local
|