Home
last modified time | relevance | path

Searched defs:getRow (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h57 MachineOperand *getRow() const { return Row; } in getRow() function
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp87 MutableArrayRef<int64_t> Matrix::getRow(unsigned row) { in getRow() function in Matrix
91 ArrayRef<int64_t> Matrix::getRow(unsigned row) const { in getRow() function in Matrix
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp241 Value *getRow(unsigned i) const { in getRow() function in __anon8ba1aee70111::LowerMatrixIntrinsics::MatrixTy