Searched refs:getRow (Results 1 – 5 of 5) sorted by relevance
57 MachineOperand *getRow() const { return Row; } in getRow() function
128 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
141 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
391 Shape.getRow()->setIsKill(false); in convertPHI()393 RowPHI.addReg(Shape.getRow()->getReg()).addMBB(InMBB); in convertPHI()
279 Value *getRow(unsigned i) const { in getRow() function in __anon3dc75aee0111::LowerMatrixIntrinsics::MatrixTy378 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()1377 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()