Lines Matching refs:allocatorOperands
513 SmallVector<Value> &allocatorOperands, in genAllocateClause() argument
531 allocatorOperands.insert(allocatorOperands.end(), ompObjectList.v.size(), in genAllocateClause()
536 allocatorOperands.insert(allocatorOperands.end(), ompObjectList.v.size(), in genAllocateClause()
627 SmallVector<Value> allocatorOperands, allocateOperands; in createCombinedParallelOp() local
652 allocateOperands, allocatorOperands, /*reduction_vars=*/ValueRange(), in createCombinedParallelOp()
678 SmallVector<Value> allocateOperands, allocatorOperands; in genOMP() local
700 genAllocateClause(converter, allocateClause->v, allocatorOperands, in genOMP()
756 allocateOperands, allocatorOperands, /*reduction_vars=*/ValueRange(), in genOMP()
766 currentLocation, allocateOperands, allocatorOperands, nowaitAttr); in genOMP()
778 allocatorOperands); in genOMP()
1199 SmallVector<Value> reductionVars, allocateOperands, allocatorOperands; in genOMP() local
1214 genAllocateClause(converter, allocateClause->v, allocatorOperands, in genOMP()
1244 /*reductions=*/nullptr, allocateOperands, allocatorOperands, in genOMP()
1252 allocateOperands, allocatorOperands, noWaitClauseOperand); in genOMP()