Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp1569 genIfClause(Fortran::lower::AbstractConverter & converter,mlir::Location clauseLocation,const Fortran::parser::AccClause::If * ifClause,mlir::Value & ifCond,Fortran::lower::StatementContext & stmtCtx) genIfClause() argument
2155 mlir::Value ifCond; createComputeOp() local
2517 mlir::Value ifCond; genACCDataOp() local
2713 mlir::Value ifCond; genACCHostDataOp() local
2854 mlir::Value ifCond, async, waitDevnum; genACCEnterDataOp() local
2965 mlir::Value ifCond, async, waitDevnum; genACCExitDataOp() local
3077 mlir::Value ifCond, deviceNum; genACCInitShutdownOp() local
3120 mlir::Value ifCond, deviceNum, defaultAsync; genACCSetOp() local
3190 mlir::Value ifCond; genACCUpdateOp() local
3328 mlir::Value ifCond, waitDevnum, async; genACC() local
[all...]
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp474 Value ifCond = op.getIfCond(); matchAndRewrite() local
513 Value ifCond = op.getIfCond(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1436 llvm::Value *ifCond = nullptr; convertOmpParallel() local
2655 llvm::Value *ifCond = nullptr; convertOmpTargetData() local
[all...]