Home
last modified time | relevance | path

Searched refs:RangeTy (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h291 template <class RangeTy,
292 class Comparator = std::less<decltype(*std::begin(RangeTy()))>>
293 void parallelSort(RangeTy &&R, const Comparator &Comp = Comparator()) {
297 template <class RangeTy, class FuncTy>
298 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach()
302 template <class RangeTy, class ResultTy, class ReduceFuncTy,
304 ResultTy parallelTransformReduce(RangeTy &&R, ResultTy Init, in parallelTransformReduce()
312 template <class RangeTy, class FuncTy>
313 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp684 using RangeTy = iterator_range<mop_reverse_iterator>; typedef in __anonc62f92ee0211::TreeWalkerState
685 SmallVector<RangeTy, 4> Worklist;
697 RangeTy &Range = Worklist.back(); in pop()
728 const RangeTy &Range = Worklist.back(); in hasRemainingOperands()
739 for (const RangeTy &Range : Worklist) in isOnStack()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1281 auto *RangeTy = Range.getBegin()->getType(); in changeIterationSpaceEnd() local
1283 if (V->getType() == RangeTy) in changeIterationSpaceEnd()
1285 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName()) in changeIterationSpaceEnd()
1286 : B.CreateZExt(V, RangeTy, "wide." + V->getName()); in changeIterationSpaceEnd()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h1191 template <typename RangeTy>
1192 explicit SmallVector(const iterator_range<RangeTy> &R) in SmallVector()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp732 template <class... RangeTy> struct IntersectionTraits;
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp4707 llvm::Type *RangeTy = NDRangeL.getAddress(*this).getType(); in EmitBuiltinExpr() local
4713 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr()
4787 QueueTy, IntTy, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr()
4837 QueueTy, Int32Ty, RangeTy, Int32Ty, in EmitBuiltinExpr()