Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenACC/
H A DOpenACCToLLVMIRTranslation.cpp515 .Case([&](acc::UpdateOp updateOp) { in convertOperation() argument
516 return convertStandaloneDataOp<acc::UpdateOp>(updateOp, builder, in convertOperation()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp912 mlir::acc::UpdateOp updateOp = createSimpleOp<mlir::acc::UpdateOp>( in genACCUpdateOp() local
916 updateOp.asyncAttr(firOpBuilder.getUnitAttr()); in genACCUpdateOp()
918 updateOp.waitAttr(firOpBuilder.getUnitAttr()); in genACCUpdateOp()
920 updateOp.ifPresentAttr(firOpBuilder.getUnitAttr()); in genACCUpdateOp()