Home
last modified time | relevance | path

Searched refs:genObjectList (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DOpenACC.cpp31 static void genObjectList(const Fortran::parser::AccObjectList &objectList, in genObjectList() function
65 genObjectList(accObjectList, converter, operandsWithModifier); in genObjectListWithModifier()
67 genObjectList(accObjectList, converter, operands); in genObjectListWithModifier()
214 genObjectList(privateClause->v, converter, privateOperands); in genACC()
353 genObjectList(copyClause->v, converter, copyOperands); in genACCParallelOp()
376 genObjectList(noCreateClause->v, converter, noCreateOperands); in genACCParallelOp()
380 genObjectList(presentClause->v, converter, presentOperands); in genACCParallelOp()
384 genObjectList(devicePtrClause->v, converter, devicePtrOperands); in genACCParallelOp()
387 genObjectList(attachClause->v, converter, attachOperands); in genACCParallelOp()
391 genObjectList(privateClause->v, converter, privateOperands); in genACCParallelOp()
[all …]
DOpenMP.cpp31 static void genObjectList(const Fortran::parser::OmpObjectList &objectList, in genObjectList() function
111 genObjectList(*ompObjectList, converter, operandRange); in genOMP()
164 genObjectList(ompObjectList, converter, privateClauseOperands); in genOMP()
170 genObjectList(ompObjectList, converter, firstprivateClauseOperands); in genOMP()
175 genObjectList(ompObjectList, converter, sharedClauseOperands); in genOMP()
180 genObjectList(ompObjectList, converter, copyinClauseOperands); in genOMP()