Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1284 void emitSIMDTiling(CallInst *MatMul, LoadInst *LoadOp0, LoadInst *LoadOp1, in emitSIMDTiling() argument
1300 Value *APtr = getNonAliasingPointer(LoadOp0, Store, MatMul); in emitSIMDTiling()
1320 loadMatrix(APtr, LoadOp0->getAlign(), LoadOp0->isVolatile(), in emitSIMDTiling()
1340 if (LoadOp0->hasNUses(0)) { in emitSIMDTiling()
1341 FusedInsts.insert(LoadOp0); in emitSIMDTiling()
1342 LoadOp0->eraseFromParent(); in emitSIMDTiling()
1415 auto *LoadOp0 = dyn_cast<LoadInst>(A); in LowerMatrixMultiplyFused() local
1418 if (LoadOp0 && LoadOp1 && Store) { in LowerMatrixMultiplyFused()
1426 emitSIMDTiling(MatMul, LoadOp0, LoadOp1, Store, FusedInsts); in LowerMatrixMultiplyFused()