Searched refs:MPICollectiveTypes (Results 1 – 2 of 2) sorted by relevance
88 MPICollectiveTypes.push_back(IdentInfo_MPI_Scatter); in initCollectiveIdentifiers()94 MPICollectiveTypes.push_back(IdentInfo_MPI_Iscatter); in initCollectiveIdentifiers()101 MPICollectiveTypes.push_back(IdentInfo_MPI_Gather); in initCollectiveIdentifiers()107 MPICollectiveTypes.push_back(IdentInfo_MPI_Igather); in initCollectiveIdentifiers()114 MPICollectiveTypes.push_back(IdentInfo_MPI_Allgather); in initCollectiveIdentifiers()120 MPICollectiveTypes.push_back(IdentInfo_MPI_Iallgather); in initCollectiveIdentifiers()127 MPICollectiveTypes.push_back(IdentInfo_MPI_Bcast); in initCollectiveIdentifiers()133 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()140 MPICollectiveTypes.push_back(IdentInfo_MPI_Reduce); in initCollectiveIdentifiers()146 MPICollectiveTypes.push_back(IdentInfo_MPI_Ireduce); in initCollectiveIdentifiers()[all …]
61 llvm::SmallVector<IdentifierInfo *, 16> MPICollectiveTypes; variable