Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp187 auto waitOp = emitOpenACCOp<WaitOp>(start, s.getDirectiveKind(), in emitOpenACCWaitConstruct() local
208 builder.setInsertionPoint(waitOp); in emitOpenACCWaitConstruct()
211 waitOp.getWaitDevnumMutable().append(createIntExpr(s.getDevNumExpr())); in emitOpenACCWaitConstruct()
214 waitOp.getWaitOperandsMutable().append(createIntExpr(QueueExpr)); in emitOpenACCWaitConstruct()