Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUFrameLowering.cpp89 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexReference() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp491 int UpperBound, LowerBound; in AddPred() local
516 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
543 int UpperBound) { in Shift()
586 int UpperBound, LowerBound; in IsReachable() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp519 int UpperBound, LowerBound; in AddPred() local
544 void ScheduleDAGTopologicalSort::DFS(const SUnit *SU, int UpperBound, in DFS()
574 int UpperBound) { in Shift()
618 int UpperBound, LowerBound; in IsReachable() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp201 ConstantInt *UpperBound, Value *Val, in switchConvert()
325 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
422 ConstantInt *UpperBound = nullptr; in processSwitchInst() local
/external/llvm/unittests/ADT/
DSparseSetTest.cpp189 const unsigned UpperBound = 300; in TEST() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp526 const APInt &UpperBound = CUB->getAPInt(); in intersectConstraints() local
1086 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1264 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1662 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1771 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1853 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1863 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
2637 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
DScalarEvolution.cpp6279 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp598 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp305 DefinedOrUnknownSVal UpperBound, in assumeInBound()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp358 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp2112 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp310 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/clang/lib/Sema/
DSemaLookup.cpp3899 unsigned UpperBound = (TypoStr.size() + 2) / 3 + 1; in addName() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3536 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator