Searched refs:LoadOp0 (Results 1 – 1 of 1) sorted by relevance
1795 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument1811 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); in emitSIMDTiling()1828 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()1849 if (LoadOp0->hasNUses(0)) { in emitSIMDTiling()1850 FusedInsts.insert(LoadOp0); in emitSIMDTiling()1851 LoadOp0->eraseFromParent(); in emitSIMDTiling()1853 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) { in emitSIMDTiling()1925 auto *LoadOp0 = dyn_cast<LoadInst>(A); in LowerMatrixMultiplyFused() local1928 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()1962 MemoryLocation Load0Loc = MemoryLocation::get(LoadOp0); in LowerMatrixMultiplyFused()[all …]