Searched refs:getRow (Results 1 – 6 of 6) sorted by relevance
119 ShapeT Shape0(Shape.getRow(0), Shape.getCol(0), MRI); in collectVirtRegShapes()124 ShapeT Shape1(Shape.getRow(1), Shape.getCol(1), MRI); in collectVirtRegShapes()197 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in runOnMachineFunction()
141 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
1130 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape()1131 ShapeT VShape(VirtShape.getRow(I), VirtShape.getCol(I)); in canHintShape()1141 ShapeT PShape(PhysShape.getRow(I), PhysShape.getCol(I)); in canHintShape()
402 Shape.getRow()->setIsKill(false); in convertPHI()404 RowPHI.addReg(Shape.getRow()->getReg()).addMBB(InMBB); in convertPHI()
77 MachineOperand *getRow(unsigned I = 0) const {
424 Value *getRow(unsigned i) const { in getRow() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy525 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()1764 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()