Searched refs:hostOperands (Results 1 – 4 of 4) sorted by relevance
471 add to $hostOperands.487 Variadic<AnyType>:$hostOperands,498 ( `host` `(` $hostOperands^ `:` type($hostOperands) `)` )?
79 // expected-error@+1 {{at least one value must be present in hostOperands or deviceOperands}}
793 SmallVector<Value, 2> hostOperands, deviceOperands, waitOperands, in genACCUpdateOp() local866 genObjectList(hostClause->v, converter, hostOperands); in genACCUpdateOp()881 addOperands(operands, operandSegments, hostOperands); in genACCUpdateOp()
747 if (updateOp.hostOperands().size() == 0 && in verify()