Searched refs:getRow (Results 1 – 3 of 3) sorted by relevance
57 MachineOperand *getRow() const { return Row; } in getRow() function
136 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
237 Value *getRow(unsigned i) const { in getRow() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy331 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()1076 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()