Lines Matching refs:ImplicitParamDecl
2646 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2647 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2650 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2652 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2941 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2942 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2944 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
2945 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2947 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2948 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2950 ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2951 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3101 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
3102 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3104 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalCopyFunction()
3105 ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3107 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
3108 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3210 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
3211 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3213 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalReduceFunction()
3214 ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3216 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
3217 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3306 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
3307 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3309 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListCopyFunction()
3310 ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3312 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
3313 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3416 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
3417 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3419 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListReduceFunction()
3420 ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3422 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
3423 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3948 if (isa<ImplicitParamDecl>(NativeParam)) in translateParameter()
3949 return ImplicitParamDecl::Create( in translateParameter()
3951 NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other); in translateParameter()
4032 ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
4034 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()
4035 ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
4037 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()