Lines Matching defs:LoadOp1
1824 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1,
1841 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul);
1861 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(),
1882 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) {
1883 FusedInsts.insert(LoadOp1);
1884 eraseFromParentAndRemoveFromShapeMap(LoadOp1);
1955 auto *LoadOp1 = dyn_cast<LoadInst>(B);
1957 if (LoadOp0 && LoadOp1 && Store) {
1992 MemoryLocation Load1Loc = MemoryLocation::get(LoadOp1);
1995 LoadOp1->getParent() == StoreParent;
2001 if (DT->dominates(End, LoadOp0) && DT->dominates(End, LoadOp1))
2033 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts);