Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp349 struct ShapeInfo { struct in __anonf095cceb0111::LowerMatrixIntrinsics
359 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() argument
363 bool operator==(const ShapeInfo &other) { in operator ==() argument
396 ValueMap<Value *, ShapeInfo> ShapeMap;
489 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
669 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward()
1023 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
1558 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1559 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1723 ShapeInfo &Shape = I->second; in VisitBinaryOperator()
[all …]