Lines Matching defs:LoadOp0
1795 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1,
1811 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul);
1828 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(),
1849 if (LoadOp0->hasNUses(0)) {
1850 FusedInsts.insert(LoadOp0);
1851 LoadOp0->eraseFromParent();
1853 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) {
1925 auto *LoadOp0 = dyn_cast<LoadInst>(A);
1928 if (LoadOp0 && LoadOp1 && Store) {
1962 MemoryLocation Load0Loc = MemoryLocation::get(LoadOp0);
1965 bool FusableOpsInSameBlock = LoadOp0->getParent() == StoreParent &&
1972 if (DT->dominates(End, LoadOp0) && DT->dominates(End, LoadOp1))
2004 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts);