Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp125 for (auto &ShapeInfo : ShapeInfos) { in configBasicBlock() local
127 unsigned TMMIdx = ShapeInfo.first; in configBasicBlock()
128 Register RowReg = ShapeInfo.second.getRow()->getReg(); in configBasicBlock()
129 Register ColReg = ShapeInfo.second.getCol()->getReg(); in configBasicBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp350 struct ShapeInfo { struct in __anon8ba1aee70111::LowerMatrixIntrinsics
360 ShapeInfo(Value *NumRows, Value *NumColumns) in ShapeInfo() function
364 bool operator==(const ShapeInfo &other) { in operator ==() argument
397 ValueMap<Value *, ShapeInfo> ShapeMap;
490 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo()
670 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward()
1021 bool IsVolatile, ShapeInfo Shape) { in LowerLoad()
1566 MA = getMatrix(A, ShapeInfo(R, M), Builder); in LowerMatrixMultiplyFused()
1567 MB = getMatrix(T, ShapeInfo(C, M), Builder); in LowerMatrixMultiplyFused()
1731 ShapeInfo &Shape = I->second; in VisitBinaryOperator()
[all …]