Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp119 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 DLowerMatrixIntrinsics.cpp821 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 …]