Searched refs:kUndef (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.h | 49 ClusterId() : Id_(kUndef), IsUnstable_(false) {} in ClusterId() 59 bool isUndef() const { return Id_ == kUndef; } in isUndef() 75 static constexpr const size_t kUndef = kMaxValid + 3; variable
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Utils/ |
| H A D | Merger.h | 24 enum Dim { kSparse, kDense, kSingle, kUndef }; enumerator 157 hasSparseOut(false), dims(t + 1, std::vector<Dim>(l, Dim::kUndef)) {} in Merger()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 165 if (!merger.isDim(tensor, idx, Dim::kUndef)) in findAffine() 293 if (merger.isDim(tensor, j, Dim::kUndef)) in computeIterationGraph()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Utils/ |
| H A D | Merger.cpp | 597 case kUndef: in dumpBits()
|