Searched refs:MPINonBlockingTypes (Results 1 – 2 of 2) sorted by relevance
37 MPINonBlockingTypes.push_back(IdentInfo_MPI_Isend); in initPointToPointIdentifiers()48 MPINonBlockingTypes.push_back(IdentInfo_MPI_Issend); in initPointToPointIdentifiers()59 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibsend); in initPointToPointIdentifiers()80 MPINonBlockingTypes.push_back(IdentInfo_MPI_Irecv); in initPointToPointIdentifiers()96 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()109 MPINonBlockingTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()122 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()148 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()161 MPINonBlockingTypes.push_back(IdentInfo_MPI_Iallreduce); in initCollectiveIdentifiers()[all …]
58 llvm::SmallVector<IdentifierInfo *, 12> MPINonBlockingTypes; variable