Searched refs:RangeTy (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 220 template <class RangeTy, 221 class Comparator = std::less<decltype(*std::begin(RangeTy()))>> 222 void parallelSort(RangeTy &&R, const Comparator &Comp = Comparator()) { 226 template <class RangeTy, class FuncTy> 227 void parallelForEach(RangeTy &&R, FuncTy Fn) { in parallelForEach() 231 template <class RangeTy, class ResultTy, class ReduceFuncTy, 233 ResultTy parallelTransformReduce(RangeTy &&R, ResultTy Init, in parallelTransformReduce() 241 template <class RangeTy, class FuncTy> 242 Error parallelForEachError(RangeTy &&R, FuncTy Fn) { in parallelForEachError()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegStackify.cpp | 687 using RangeTy = iterator_range<mop_reverse_iterator>; typedef in __anond2a2111d0211::TreeWalkerState 688 SmallVector<RangeTy, 4> Worklist; 700 RangeTy &Range = Worklist.back(); in pop() 731 const RangeTy &Range = Worklist.back(); in hasRemainingOperands() 742 for (const RangeTy &Range : Worklist) in isOnStack()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 491 template <typename RangeTy> void addInstructions(RangeTy R) { in addInstructions()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 1279 auto *RangeTy = Range.getBegin()->getType(); in changeIterationSpaceEnd() local 1281 if (V->getType() == RangeTy) in changeIterationSpaceEnd() 1283 return IsSignedPredicate ? B.CreateSExt(V, RangeTy, "wide." + V->getName()) in changeIterationSpaceEnd() 1284 : B.CreateZExt(V, RangeTy, "wide." + V->getName()); in changeIterationSpaceEnd()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 1208 template <typename RangeTy> 1209 explicit SmallVector(const iterator_range<RangeTy> &R) in SmallVector()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1111 template <class... RangeTy> struct IntersectionTraits;
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 4871 llvm::Type *RangeTy = NDRangeL.getAddress(*this).getType(); in EmitBuiltinExpr() local 4877 llvm::Type *ArgTys[] = {QueueTy, Int32Ty, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr() 4951 QueueTy, IntTy, RangeTy, GenericVoidPtrTy, in EmitBuiltinExpr() 5001 QueueTy, Int32Ty, RangeTy, Int32Ty, in EmitBuiltinExpr()
|