Lines Matching defs:LoadOp0
1824 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1,
1840 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul);
1857 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(),
1878 if (LoadOp0->hasNUses(0)) {
1879 FusedInsts.insert(LoadOp0);
1880 eraseFromParentAndRemoveFromShapeMap(LoadOp0);
1882 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) {
1954 auto *LoadOp0 = dyn_cast<LoadInst>(A);
1957 if (LoadOp0 && LoadOp1 && Store) {
1991 MemoryLocation Load0Loc = MemoryLocation::get(LoadOp0);
1994 bool FusableOpsInSameBlock = LoadOp0->getParent() == StoreParent &&
2001 if (DT->dominates(End, LoadOp0) && DT->dominates(End, LoadOp1))
2033 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts);