Lines Matching refs:ImplicitParamDecl

2058   ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,  in emitInterWarpCopyFunction()
2059 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2062 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2064 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2355 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2356 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2358 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
2359 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2361 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2362 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2364 ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2365 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2515 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2516 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2518 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalCopyFunction()
2519 ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2521 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2522 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2624 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2625 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2627 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalReduceFunction()
2628 ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2630 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2631 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2720 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2721 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2723 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListCopyFunction()
2724 ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2726 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2727 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2830 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2831 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2833 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListReduceFunction()
2834 ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2836 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2837 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3358 if (isa<ImplicitParamDecl>(NativeParam)) in translateParameter()
3359 return ImplicitParamDecl::Create( in translateParameter()
3361 NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other); in translateParameter()
3442 ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3444 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()
3445 ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3447 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()