Searched refs:VectorT (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 107 template <typename VectorT, typename MatrixT> class PoolCostAllocator { 109 using VectorCostPool = ValuePool<VectorT>; 113 using Vector = VectorT;
|
| H A D | ReductionRules.h | 150 template <typename VectorT> 151 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | PriorityWorklist.h | 53 template <typename T, typename VectorT = std::vector<T>, 194 typename VectorT::iterator E = in erase_if() 249 VectorT V;
|
| H A D | FoldingSet.h | 630 template <class T, class VectorT = SmallVector<T*, 8>> 633 VectorT Vector; 638 using iterator = pointee_iterator<typename VectorT::iterator>; 643 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SmallVectorTest.cpp | 178 template <typename VectorT> 179 void assertEmpty(VectorT & v) { in assertEmpty() 189 template <typename VectorT> 204 template <typename VectorT> 213 template <typename VectorT> 216 VectorT theVector; 217 VectorT otherVector; 1137 template <class VectorT> 1144 VectorT V; 1428 template <class VectorT> [all …]
|
| H A D | TinyPtrVectorTest.cpp | 34 template <typename VectorT> 37 typedef typename VectorT::value_type PtrT; 41 VectorT V; 42 VectorT V2; 60 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues() 72 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassOptions.h | 353 template <typename VectorT, typename ElementT> 358 using parser_data_type = VectorT; 372 static void print(raw_ostream &os, const VectorT &vector) { in print()
|
| /llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/ |
| H A D | CodeGen.cpp | 406 const std::vector<T> &VectorT) { in operator <<() argument 409 for (const auto &Obj : VectorT) { in operator <<()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 187 using VectorT = SmallVector<Edge, 4>; variable 290 VectorT Edges;
|