Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp549 int UpperBound, LowerBound; in AddPred() local
602 int LowerBound = Node2Index[StartSU.NodeNum]; in GetSubGraph() local
679 void ScheduleDAGTopologicalSort::Shift(BitVector& Visited, int LowerBound, in Shift()
729 int UpperBound, LowerBound; in IsReachable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp156 BasicBlock *NewLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, in NewLeafBlock()
221 BasicBlock *SwitchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, in SwitchConvert()
377 ConstantInt *LowerBound = nullptr; in ProcessSwitchInst() local
H A DLibCallsShrinkWrap.cpp343 float UpperBound, LowerBound; in generateTwoRangeCond() local
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dmap.bench.cpp922 struct LowerBound : Base { struct
925 void run(benchmark::State& State) const { in run()
948 std::string name() const { in name()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h184 int64_t LowerBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
212 int64_t LowerBound = MatchTable[CurrentIdx++]; in executeMatchTable() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, in OMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp688 const ObjCObjectPointerType *LowerBound = DestObjectPtrType; in checkPostStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1311 Value *LowerBound = Builder.CreateLoad(IVTy, PLowerBound); in createStaticWorkshareLoop() local
1455 Value *LowerBound = in createDynamicWorkshareLoop() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2130 int64_t LowerBound = 0; in processFunctionBeforeFrameFinalized() 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.cpp1115 int64_t LowerBound = 0; in getTypeSize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp3935 if (auto *LowerBound = E->getLowerBound()) { in EmitOMPArraySectionExpr() local
3954 auto *LowerBound = E->getLowerBound(); in EmitOMPArraySectionExpr() local
H A DCGDebugInfo.cpp738 auto *LowerBound = in CreateType() local
802 auto *LowerBound = in CreateType() local
H A DCGStmtOpenMP.cpp6888 enum { LowerBound = 5, UpperBound, Stride, LastIter }; in EmitOMPTaskLoopBasedDirective() enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1306 unsigned long LowerBound; member
H A DDependenceAnalysis.cpp2708 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4752 Metadata *LowerBound = nullptr; in parseDISubrange() local
4799 Metadata *LowerBound = ConvToMetadata(lowerBound); in parseDIGenericSubrange() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp6191 const int64_t LowerBound = Values.begin()->getRawValue(); in emit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2538 Expr *LowerBound, in RebuildOMPArraySectionExpr()
10594 ExprResult LowerBound; in TransformOMPArraySectionExpr() local
H A DSemaExpr.cpp4885 Expr *LowerBound, in ActOnOMPArraySectionExpr()
H A DSemaOpenMP.cpp18094 const Expr *LowerBound = OASE->getLowerBound(); in checkArrayExpressionDoesNotReferToWholeSize() local