Searched refs:LoadOp1 (Results 1 – 1 of 1) sorted by relevance
1795 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument1812 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); in emitSIMDTiling()1832 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling()1853 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) { in emitSIMDTiling()1854 FusedInsts.insert(LoadOp1); in emitSIMDTiling()1855 LoadOp1->eraseFromParent(); in emitSIMDTiling()1926 auto *LoadOp1 = dyn_cast<LoadInst>(B); in LowerMatrixMultiplyFused() local1928 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()1963 MemoryLocation Load1Loc = MemoryLocation::get(LoadOp1); in LowerMatrixMultiplyFused()1966 LoadOp1->getParent() == StoreParent; in LowerMatrixMultiplyFused()[all …]