Searched refs:Shape0 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TileConfig.cpp | 119 ShapeT Shape0(Shape.getRow(0), Shape.getCol(0), MRI); in collectVirtRegShapes() local 120 Phys2Shapes[Index0] = std::move(Shape0); in collectVirtRegShapes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 821 Value *Op0, ShapeInfo Shape0, Value *Op1, ShapeInfo Shape1, in distributeTransposes() argument 826 Op0, Shape0.NumRows, Shape0.NumColumns, Op0->getName() + "_t"); in distributeTransposes() 829 setShapeInfo(T0, Shape0.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 914 return Builder.CreateMatrixMultiply(T0, T1, Shape0.NumRows, in sinkTranspose() 915 Shape0.NumColumns, in sinkTranspose() 936 [&](Value *T0, ShapeInfo Shape0, Value *T1, ShapeInfo Shape1) { in sinkTranspose() argument 941 setShapeInfo(Result, Shape0); in sinkTranspose() 957 [&](Value *T0, ShapeInfo Shape0, Value *T1, ShapeInfo Shape1) { in sinkTranspose() argument [all …]
|