• Home
  • Raw
  • Download

Lines Matching refs:IdentifierInfo

29   bool isMPIType(const IdentifierInfo *const IdentInfo) const;
30 bool isNonBlockingType(const IdentifierInfo *const IdentInfo) const;
33 bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;
36 bool isCollectiveType(const IdentifierInfo *const IdentInfo) const;
37 bool isCollToColl(const IdentifierInfo *const IdentInfo) const;
38 bool isScatterType(const IdentifierInfo *const IdentInfo) const;
39 bool isGatherType(const IdentifierInfo *const IdentInfo) const;
40 bool isAllgatherType(const IdentifierInfo *const IdentInfo) const;
41 bool isAlltoallType(const IdentifierInfo *const IdentInfo) const;
42 bool isReduceType(const IdentifierInfo *const IdentInfo) const;
43 bool isBcastType(const IdentifierInfo *const IdentInfo) const;
46 bool isMPI_Wait(const IdentifierInfo *const IdentInfo) const;
47 bool isMPI_Waitall(const IdentifierInfo *const IdentInfo) const;
48 bool isWaitType(const IdentifierInfo *const IdentInfo) const;
59 llvm::SmallVector<IdentifierInfo *, 12> MPINonBlockingTypes;
61 llvm::SmallVector<IdentifierInfo *, 10> MPIPointToPointTypes;
62 llvm::SmallVector<IdentifierInfo *, 16> MPICollectiveTypes;
64 llvm::SmallVector<IdentifierInfo *, 4> MPIPointToCollTypes;
65 llvm::SmallVector<IdentifierInfo *, 4> MPICollToPointTypes;
66 llvm::SmallVector<IdentifierInfo *, 6> MPICollToCollTypes;
68 llvm::SmallVector<IdentifierInfo *, 32> MPIType;
71 IdentifierInfo *IdentInfo_MPI_Send = nullptr, *IdentInfo_MPI_Isend = nullptr,
78 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr,
88 IdentifierInfo *IdentInfo_MPI_Comm_rank = nullptr,