/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUFrameLowering.cpp | 89 int UpperBound = FI == -1 ? MFI->getNumObjects() : FI; in getFrameIndexReference() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAG.cpp | 491 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/ |
D | ScheduleDAG.cpp | 519 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/ |
D | LowerSwitch.cpp | 201 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/ |
D | SparseSetTest.cpp | 189 const unsigned UpperBound = 300; in TEST() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 526 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
|
D | ScalarEvolution.cpp | 6279 const SCEV *UpperBound = in computeShiftCompareExitLimit() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 598 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType; in checkPostStmt() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 305 DefinedOrUnknownSVal UpperBound, in assumeInBound()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 358 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 2112 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 310 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3899 unsigned UpperBound = (TypoStr.size() + 2) / 3 + 1; in addName() local
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3536 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
|