/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 552 int UpperBound, LowerBound; in AddPred() local 573 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS() 605 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local 682 int UpperBound) { in Shift() 733 int UpperBound, LowerBound; in IsReachable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600FrameLowering.cpp | 32 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock() 188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local 229 ConstantInt *UpperBound, Value *Val, in SwitchConvert() 390 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst() local
|
H A D | LibCallsShrinkWrap.cpp | 315 float UpperBound; in generateOneRangeCond() local 337 float UpperBound, LowerBound; in generateTwoRangeCond() local
|
H A D | SimplifyCFG.cpp | 6815 const uint64_t UpperBound = CR.getUpper().getLimitedValue(); in SwitchToLookupTable() local
|
/freebsd/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 = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local 1799 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local 1908 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local 1991 if (const SCEVConstant *UpperBound = in exactRDIVtest() local 2001 if (const SCEVConstant *UpperBound = in exactRDIVtest() local 2809 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
|
H A D | MemorySSA.cpp | 1436 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
|
H A D | ScalarEvolution.cpp | 9460 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
|
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 331 DefinedOrUnknownSVal UpperBound, in assumeInBoundDual() 375 DefinedOrUnknownSVal UpperBound, in assumeInBound()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 238 uint16_t UpperBound = readU16(); in executeMatchTable() local 269 uint16_t UpperBound = readU16(); in executeMatchTable() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 541 if (std::optional<int64_t> UpperBound = in getTypeSizeImpl() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 321 uint32_t UpperBound; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollPass.cpp | 1420 std::optional<bool> UpperBound = std::nullopt, in LoopUnroll()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1145 ArrayInfo << "[" << LowerBound << ".." << UpperBound << "]"; in resolveExtra() local
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 2161 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 655 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 602 bool UpperBound; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 774 llvm::Metadata *LowerBound, *UpperBound; in CreateType() local 848 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
|
H A D | CGOpenMPRuntime.cpp | 6200 const Expr **E, int32_t &UpperBound, in getNumThreads() 6291 CodeGenFunction &CGF, const OMPExecutableDirective &D, int32_t &UpperBound, in getNumThreadsExprForTargetDirective() 6456 int32_t UpperBound = -1; in emitNumThreadsForTargetDirective() local
|
H A D | CGStmtOpenMP.cpp | 7728 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5234 Metadata *UpperBound = nullptr; in parseDISubrange() local 5281 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4535 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4026 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in applyStaticWorkshareLoop() local 4588 Value *UpperBound = CLI->getTripCount(); in applyDynamicWorkshareLoop() local
|