Home
last modified time | relevance | path

Searched refs:Shape1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp124 ShapeT Shape1(Shape.getRow(1), Shape.getCol(1), MRI); in collectVirtRegShapes() local
125 Phys2Shapes[Index1] = std::move(Shape1); in collectVirtRegShapes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp821 Value *Op0, ShapeInfo Shape0, Value *Op1, ShapeInfo Shape1, in distributeTransposes() argument
831 Op1, Shape1.NumRows, Shape1.NumColumns, Op1->getName() + "_t"); in distributeTransposes()
832 setShapeInfo(T1, Shape1.t()); in distributeTransposes()
833 return Operation(T0, Shape0.t(), T1, Shape1.t()); in distributeTransposes()
913 [&](Value *T0, ShapeInfo Shape0, Value *T1, ShapeInfo Shape1) { in sinkTranspose() argument
916 Shape1.NumColumns, "mmul"); in sinkTranspose()
936 [&](Value *T0, ShapeInfo Shape0, Value *T1, ShapeInfo Shape1) { in sinkTranspose() argument
957 [&](Value *T0, ShapeInfo Shape0, Value *T1, ShapeInfo Shape1) { in sinkTranspose() argument