Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTileShapeInfo.h57 MachineOperand *getRow() const { return Row; } in getRow() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp136 for (auto &R : {Shape.getRow()->getReg(), Shape.getCol()->getReg()}) { in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp237 Value *getRow(unsigned i) const { in getRow() function in __anon7e59d9a20111::LowerMatrixIntrinsics::MatrixTy
331 Value *Vec = isColumnMajor() ? getColumn(J) : getRow(I); in extractVector()
1076 bool isSumZero = isa<ConstantAggregateZero>(Result.getRow(I)); in emitMatrixMultiply()