Lines Matching defs:LoadOp1
1795 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1,
1812 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul);
1832 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(),
1853 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) {
1854 FusedInsts.insert(LoadOp1);
1855 LoadOp1->eraseFromParent();
1926 auto *LoadOp1 = dyn_cast<LoadInst>(B);
1928 if (LoadOp0 && LoadOp1 && Store) {
1963 MemoryLocation Load1Loc = MemoryLocation::get(LoadOp1);
1966 LoadOp1->getParent() == StoreParent;
1972 if (DT->dominates(End, LoadOp0) && DT->dominates(End, LoadOp1))
2004 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts);