Searched refs:IdentInfo_MPI_Ibcast (Results 1 – 4 of 4) sorted by relevance
133 IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast"); in initCollectiveIdentifiers()134 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()135 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()136 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()137 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()138 assert(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()257 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
82 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable
132 IdentInfo_MPI_Ibcast = &ASTCtx.Idents.get("MPI_Ibcast"); in initCollectiveIdentifiers()133 MPICollectiveTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()134 MPIPointToCollTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()135 MPINonBlockingTypes.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()136 MPIType.push_back(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()137 assert(IdentInfo_MPI_Ibcast); in initCollectiveIdentifiers()256 return IdentInfo == IdentInfo_MPI_Bcast || IdentInfo == IdentInfo_MPI_Ibcast; in isBcastType()
81 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr, variable