Home
last modified time | relevance | path

Searched refs:LoadOp1 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1980 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument
1997 Value *BPtr = getNonAliasingPointer(LoadOp1, Store, MatMul); in emitSIMDTiling()
2017 loadMatrix(BPtr, LoadOp1->getAlign(), LoadOp1->isVolatile(), in emitSIMDTiling()
2038 if (LoadOp1 != LoadOp0 && LoadOp1->use_empty()) { in emitSIMDTiling()
2039 FusedInsts.insert(LoadOp1); in emitSIMDTiling()
2040 eraseFromParentAndRemoveFromShapeMap(LoadOp1); in emitSIMDTiling()
2112 auto *LoadOp1 = dyn_cast<LoadInst>(B); in LowerMatrixMultiplyFused() local
2114 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()
2149 MemoryLocation Load1Loc = MemoryLocation::get(LoadOp1); in LowerMatrixMultiplyFused()
2152 LoadOp1->getParent() == StoreParent; in LowerMatrixMultiplyFused()
[all …]