Searched refs:MatMul (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 1406 CallInst *MatMul) { in getNonAliasingPointer() argument 1418 BasicBlock *Check0 = MatMul->getParent(); in getNonAliasingPointer() 1427 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1430 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1433 SplitBlock(MatMul->getParent(), MatMul, (DomTreeUpdater *)nullptr, LI, in getNonAliasingPointer() 1439 IRBuilder<> Builder(MatMul); in getNonAliasingPointer() 1491 bool isFusionProfitable(CallInst *MatMul) { in isFusionProfitable() argument 1495 ShapeInfo LShape(MatMul->getArgOperand(2), MatMul->getArgOperand(3)); in isFusionProfitable() 1496 ShapeInfo RShape(MatMul->getArgOperand(3), MatMul->getArgOperand(4)); in isFusionProfitable() 1501 auto *EltType = cast<VectorType>(MatMul->getType())->getElementType(); in isFusionProfitable() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | intrin.def | 274 DEFNAME ("MATMUL", "matmul", "MatMul", genNONE, specMATMUL) /* F90 */
|