Home
last modified time | relevance | path

Searched defs:LowerBound (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp526 int UpperBound, LowerBound; in AddPred() local
577 int LowerBound = Node2Index[StartSU.NodeNum]; in GetSubGraph() local
654 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift()
694 int UpperBound, LowerBound; in IsReachable() local
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp519 int UpperBound, LowerBound; in AddPred() local
573 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift()
618 int UpperBound, LowerBound; in IsReachable() local
/external/clang/include/clang/AST/
DExprOpenMP.h52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, in OMPArraySectionExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp220 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert()
441 ConstantInt *LowerBound = nullptr; in processSwitchInst() local
DLibCallsShrinkWrap.cpp343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp200 LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in switchConvert()
421 ConstantInt *LowerBound = nullptr; in processSwitchInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h159 int64_t LowerBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
187 int64_t LowerBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp597 const ObjCObjectPointerType *LowerBound = DestObjectPtrType; in checkPostStmt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1763 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() local
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp1534 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1274 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1381 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp2112 std::string LowerBound, UpperBound; in genIntrinsicRangeCheckCode() local
/external/clang/lib/CodeGen/
DCGExpr.cpp3051 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
3070 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
DCGStmtOpenMP.cpp3536 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp329 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp1127 unsigned long LowerBound; member
DDependenceAnalysis.cpp2706 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2634 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4829 const int64_t LowerBound = Values.begin()->getRawValue(); in emit() local
/external/clang/lib/Sema/
DTreeTransform.h2085 Expr *LowerBound, in RebuildOMPArraySectionExpr()
8537 ExprResult LowerBound; in TransformOMPArraySectionExpr() local
DSemaOpenMP.cpp10368 auto *LowerBound = OASE->getLowerBound(); in CheckArrayExpressionDoesNotReferToWholeSize() local
DSemaExpr.cpp4211 Expr *LowerBound, in ActOnOMPArraySectionExpr()
/external/mesa3d/src/imgui/
Dimgui.cpp1865 static ImGuiStorage::Pair* LowerBound(ImVector<ImGuiStorage::Pair>& data, ImGuiID key) in LowerBound() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go19118 func LowerBound(scope *Scope, sorted_inputs tf.Output, values tf.Output, optional ...LowerBoundAttr… func