Home
last modified time | relevance | path

Searched refs:kUndef (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.h49 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 DMerger.h24 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 DSparsification.cpp165 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 DMerger.cpp597 case kUndef: in dumpBits()