Home
last modified time | relevance | path

Searched defs:UpperBound (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp549 int UpperBound, LowerBound; in AddPred() local
570 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
603 int UpperBound = Node2Index[TargetSU.NodeNum]; in GetSubGraph() local
680 int UpperBound) { in Shift()
729 int UpperBound, LowerBound; in IsReachable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp31 int UpperBound = FI == -1 ? MFI.getNumObjects() : FI; in getFrameIndexReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp157 ConstantInt *UpperBound, BasicBlock *OrigBlock, in NewLeafBlock()
188 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in NewLeafBlock() local
222 ConstantInt *UpperBound, Value *Val, in SwitchConvert()
378 ConstantInt *UpperBound = nullptr; in ProcessSwitchInst() local
H A DLibCallsShrinkWrap.cpp321 float UpperBound; in generateOneRangeCond() local
343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp547 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1165 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1343 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1714 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1823 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1906 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1916 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2711 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
H A DInlineCost.cpp517 void addCost(int64_t Inc, int64_t UpperBound = INT_MAX) { in addCost()
H A DMemorySSA.cpp1423 unsigned long UpperBound = VersionStack.size() - 1; in optimizeUsesInBlock() local
H A DScalarEvolution.cpp8129 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dmap.bench.cpp954 struct UpperBound : Base { struct
957 void run(benchmark::State& State) const { in run()
986 std::string name() const { in name()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h185 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
213 int64_t UpperBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp322 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp689 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1236 Optional<bool> UpperBound = None, in LoopUnroll()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1294 Value *UpperBound = Builder.CreateSub(CLI->getTripCount(), One); in createStaticWorkshareLoop() local
1417 Value *UpperBound = CLI->getTripCount(); in createDynamicWorkshareLoop() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp2115 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1113 if (Optional<int64_t> UpperBound = in getTypeSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h490 bool UpperBound; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp745 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
805 auto *UpperBound = DBuilder.createExpression(Expr); in CreateType() local
H A DCGStmtOpenMP.cpp6888 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4753 Metadata *UpperBound = nullptr; in parseDISubrange() local
4800 Metadata *UpperBound = ConvToMetadata(upperBound); in parseDIGenericSubrange() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4263 unsigned UpperBound = (TypoStr.size() + 2) / 3; in addName() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp6192 const int64_t UpperBound = Values.rbegin()->getRawValue() + 1; in emit() local