Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp76 auto computeOp = builder.create<Op>(start, retTy, operands); in emitOpenACCOpCombinedConstruct() local
77 computeOp.setCombinedAttr(builder.getUnitAttr()); in emitOpenACCOpCombinedConstruct()
83 mlir::Block &block = computeOp.getRegion().emplaceBlock(); in emitOpenACCOpCombinedConstruct()
105 emitOpenACCClauses(computeOp, loopOp, dirKind, dirLoc, clauses); in emitOpenACCOpCombinedConstruct()
H A DCIRGenOpenACCClause.cpp40 ComputeOpTy computeOp; member
158 builder.setInsertionPoint(operation.computeOp); in applyToComputeOp()
160 operation.computeOp, cgf, builder, dirKind, dirLoc}; in applyToComputeOp()
282 return operation.computeOp.getAsyncOnlyAttr(); in getAsyncOnlyAttr()
308 return operation.computeOp.getAsyncOperandsDeviceTypeAttr(); in getAsyncOperandsDeviceTypeAttr()
329 return operation.computeOp.getAsyncOperands(); in getAsyncOperands()