Searched refs:LoadOp1 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1470 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument 1487 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); in emitSIMDTiling() 1507 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling() 1528 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) { in emitSIMDTiling() 1529 FusedInsts.insert(LoadOp1); in emitSIMDTiling() 1530 LoadOp1->eraseFromParent(); in emitSIMDTiling() 1599 auto *LoadOp1 = dyn_cast<LoadInst>(B); in LowerMatrixMultiplyFused() local 1601 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused() 1628 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts); in LowerMatrixMultiplyFused()
|