Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h56 MachineOperand *getRow() const { return Row; }
57 MachineOperand *getRow() const { return Row; } getRow() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp128 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
H A DX86TileConfig.cpp146 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
H A DX86FastPreTileConfig.cpp390 Shape.getRow()->setIsKill(false); in convertPHI()
392 RowPHI.addReg(Shape.getRow()->getReg()).addMBB(InMBB); in convertPHI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp381 Value *getRow(unsigned i) const { in getRow() function in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
480 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()
1579 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()