Searched refs:allocatorOperands (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenMP.cpp | 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 678 SmallVector<Value> allocateOperands, allocatorOperands; in genOMP() local 700 genAllocateClause(converter, allocateClause->v, allocatorOperands, 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() [all …]
|