Lines Matching refs:ImplicitParamDecl

1749   ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,  in emitInterWarpCopyFunction()
1750 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
1753 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
1755 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2049 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2050 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2052 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
2053 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2055 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2056 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2058 ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2059 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2210 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2211 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2213 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalCopyFunction()
2214 ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2216 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2217 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2323 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2324 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2326 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalReduceFunction()
2327 ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2329 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2330 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2419 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2420 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2422 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListCopyFunction()
2423 ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2425 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2426 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2533 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2534 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2536 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListReduceFunction()
2537 ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2539 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2540 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3061 if (isa<ImplicitParamDecl>(NativeParam)) in translateParameter()
3062 return ImplicitParamDecl::Create( in translateParameter()
3064 NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other); in translateParameter()
3146 ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3148 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()
3149 ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3151 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()