Searched refs:genObjectList (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | OpenACC.cpp | 78 genObjectList(accObjectList, converter, operandsWithModifier); in genObjectListWithModifier() 80 genObjectList(accObjectList, converter, operands); in genObjectListWithModifier() 445 genObjectList(copyClause->v, converter, copyOperands); in createParallelOp() 479 genObjectList(attachClause->v, converter, attachOperands); in createParallelOp() 560 genObjectList(copyClause->v, converter, copyOperands); in genACCDataOp() 594 genObjectList(attachClause->v, converter, attachOperands); in genACCDataOp() 704 genObjectList(accObjectList, converter, copyinOperands); in genACCEnterDataOp() 713 genObjectList(attachClause->v, converter, attachOperands); in genACCEnterDataOp() 780 genObjectList(accObjectList, converter, copyoutOperands); in genACCExitDataOp() 783 genObjectList(deleteClause->v, converter, deleteOperands); in genACCExitDataOp() [all …]
|
| H A D | OpenMP.cpp | 313 static void genObjectList(const Fortran::parser::OmpObjectList &objectList, in genObjectList() function 539 genObjectList(ompObjectList, converter, allocateOperands); in genAllocateClause() 557 genObjectList(*ompObjectList, converter, operandRange); in genOMP()
|