Searched refs:LoadOp1 (Results 1 – 1 of 1) sorted by relevance
1980 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument1997 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); in emitSIMDTiling()2017 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling()2038 if (LoadOp1 != LoadOp0 && LoadOp1->use_empty()) { in emitSIMDTiling()2039 FusedInsts.insert(LoadOp1); in emitSIMDTiling()2040 eraseFromParentAndRemoveFromShapeMap(LoadOp1); in emitSIMDTiling()2112 auto *LoadOp1 = dyn_cast<LoadInst>(B); in LowerMatrixMultiplyFused() local2114 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()2149 MemoryLocation Load1Loc = MemoryLocation::get(LoadOp1); in LowerMatrixMultiplyFused()2152 LoadOp1->getParent() == StoreParent; in LowerMatrixMultiplyFused()[all …]