Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp353 Value loadVal = in matchAndRewrite() local
356 loadVal = castIntNToBool(loc, loadVal, rewriter); in matchAndRewrite()
357 rewriter.replaceOp(loadOp, loadVal); in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1633 mlir::Value loadVal = load.getRes(); in genOpenMPReduction() local
1634 for (mlir::OpOperand &use2 : loadVal.getUses()) { in genOpenMPReduction()
1647 if (add.getLhs() == loadVal) { in genOpenMPReduction()
H A DBridge.cpp543 auto loadVal = builder->create<fir::LoadOp>(loc, fir::getBase(rhs)); in copyHostAssociateVar() local
544 builder->create<fir::StoreOp>(loc, loadVal, fir::getBase(lhs)); in copyHostAssociateVar()