Searched refs:OpenACCReductionOperator (Results 1 – 6 of 6) sorted by relevance
495 enum class OpenACCReductionOperator { enum520 OpenACCReductionOperator Op) { in printOpenACCReductionOperator()522 case OpenACCReductionOperator::Addition: in printOpenACCReductionOperator()524 case OpenACCReductionOperator::Multiplication: in printOpenACCReductionOperator()526 case OpenACCReductionOperator::Max: in printOpenACCReductionOperator()528 case OpenACCReductionOperator::Min: in printOpenACCReductionOperator()530 case OpenACCReductionOperator::BitwiseAnd: in printOpenACCReductionOperator()532 case OpenACCReductionOperator::BitwiseOr: in printOpenACCReductionOperator()534 case OpenACCReductionOperator::BitwiseXOr: in printOpenACCReductionOperator()536 case OpenACCReductionOperator::And: in printOpenACCReductionOperator()[all …]
309 OpenACCReductionOperator ParseReductionOperator(Parser &P) { in ParseReductionOperator()315 return OpenACCReductionOperator::Invalid; in ParseReductionOperator()324 return OpenACCReductionOperator::Addition; in ParseReductionOperator()326 return OpenACCReductionOperator::Multiplication; in ParseReductionOperator()328 return OpenACCReductionOperator::BitwiseAnd; in ParseReductionOperator()330 return OpenACCReductionOperator::BitwiseOr; in ParseReductionOperator()332 return OpenACCReductionOperator::BitwiseXOr; in ParseReductionOperator()334 return OpenACCReductionOperator::And; in ParseReductionOperator()336 return OpenACCReductionOperator::Or; in ParseReductionOperator()339 return OpenACCReductionOperator::Max; in ParseReductionOperator()[all …]
80 OpenACCReductionOperator Op;188 OpenACCReductionOperator getReductionOp() const { in getReductionOp()361 void setReductionDetails(OpenACCReductionOperator Op, in setReductionDetails()
826 OpenACCReductionOperator Op;829 OpenACCReductionOperator Operator, in OpenACCReductionClause()846 OpenACCReductionOperator Operator, ArrayRef<Expr *> VarList,849 OpenACCReductionOperator getReductionOp() const { return Op; } in getReductionOp()
315 OpenACCReductionOperator Operator, ArrayRef<Expr *> VarList, in Create()
12031 OpenACCReductionOperator Op = readEnum<OpenACCReductionOperator>(); in readOpenACCClause()