Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h56 MachineOperand *getRow() const { return Row; } getRow() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DMatrix.cpp130 MutableArrayRef<T> Matrix<T>::getRow(unsigned row) { in getRow() function in Matrix
135 ArrayRef<T> Matrix<T>::getRow(unsigned row) const { in getRow() function in Matrix
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp381 Value *getRow(unsigned i) const { getRow() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics::MatrixTy