Searched defs:ifCond (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-project/flang/lib/Lower/ |
| D | OpenACC.cpp | 269 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/ |
| D | OpenMPDialect.cpp | 128 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/ |
| D | OpenACC.cpp | 199 OpAsmParser::OperandType ifCond, selfCond; in parseParallelOp() local 382 if (Value ifCond = op.ifCond()) in print() local
|
| /external/llvm-project/mlir/lib/Target/LLVMIR/ |
| D | ModuleTranslation.cpp | 429 llvm::Value *ifCond = nullptr; in convertOmpParallel() local
|