Home
last modified time | relevance | path

Searched refs:getRow (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp119 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()
H A DX86FastTileConfig.cpp141 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
H A DX86RegisterInfo.cpp1130 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()
H A DX86FastPreTileConfig.cpp402 Shape.getRow()->setIsKill(false); in convertPHI()
404 RowPHI.addReg(Shape.getRow()->getReg()).addMBB(InMBB); in convertPHI()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h77 MachineOperand *getRow(unsigned I = 0) const {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp424 Value *getRow(unsigned i) const { in getRow() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
525 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()
1764 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()