Searched refs:LoadOp0 (Results 1 – 1 of 1) sorted by relevance
1980 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument1996 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); in emitSIMDTiling()2013 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()2034 if (LoadOp0->use_empty()) { in emitSIMDTiling()2035 FusedInsts.insert(LoadOp0); in emitSIMDTiling()2036 eraseFromParentAndRemoveFromShapeMap(LoadOp0); in emitSIMDTiling()2038 if (LoadOp1 != LoadOp0 && LoadOp1->use_empty()) { in emitSIMDTiling()2111 auto *LoadOp0 = dyn_cast<LoadInst>(A); in LowerMatrixMultiplyFused() local2114 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()2148 MemoryLocation Load0Loc = MemoryLocation::get(LoadOp0); in LowerMatrixMultiplyFused()[all …]