Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp261 computeShapeInfoForInst(Instruction *I, in computeShapeInfoForInst() function
656 if (auto SI = computeShapeInfoForInst(Inst, ShapeMap)) in propagateShapeForward()
917 assert(computeShapeInfoForInst(NewInst, ShapeMap) == in liftTranspose()
918 computeShapeInfoForInst(&I, ShapeMap) && in liftTranspose()
921 assert(computeShapeInfoForInst(Add, ShapeMap).value_or(ShapeMap[Add]) == in liftTranspose()