Home
last modified time | relevance | path

Searched defs:ifCond (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp269 mlir::Value ifCond; in genACCParallelOp() local
440 mlir::Value ifCond; in genACCDataOp() local
539 mlir::Value ifCond, async, waitDevnum; in genACCEnterDataOp() local
638 mlir::Value ifCond, async, waitDevnum; in genACCExitDataOp() local
737 mlir::Value ifCond, deviceNum; in genACCInitShutdownOp() local
792 mlir::Value ifCond, async, waitDevnum; in genACCUpdateOp() local
929 mlir::Value ifCond, asyncOperand, waitDevnum, async; in genACC() local
/external/llvm-project/mlir/lib/Dialect/OpenMP/IR/
DOpenMPDialect.cpp128 if (auto ifCond = op.if_expr_var()) in printParallelOp() local
201 std::pair<OpAsmParser::OperandType, Type> ifCond; in parseParallelOp() local
/external/llvm-project/mlir/lib/Dialect/OpenACC/IR/
DOpenACC.cpp199 OpAsmParser::OperandType ifCond, selfCond; in parseParallelOp() local
382 if (Value ifCond = op.ifCond()) in print() local
/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp429 llvm::Value *ifCond = nullptr; in convertOmpParallel() local