Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h57 MachineOperand *getRow() const { return Row; } in getRow() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp136 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp243 Value *getRow(unsigned i) const { in getRow() function in __anonf095cceb0111::LowerMatrixIntrinsics::MatrixTy
342 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()
1253 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()