Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1795 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument
1811 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); in emitSIMDTiling()
1828 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()
1849 if (LoadOp0->hasNUses(0)) { in emitSIMDTiling()
1850 FusedInsts.insert(LoadOp0); in emitSIMDTiling()
1851 LoadOp0->eraseFromParent(); in emitSIMDTiling()
1853 if (LoadOp1 != LoadOp0 && LoadOp1->hasNUses(0)) { in emitSIMDTiling()
1925 auto *LoadOp0 = dyn_cast<LoadInst>(A); in LowerMatrixMultiplyFused() local
1928 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()
1962 MemoryLocation Load0Loc = MemoryLocation::get(LoadOp0); in LowerMatrixMultiplyFused()
[all …]