Lines Matching refs:ImplicitParamDecl

2101   ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,  in emitInterWarpCopyFunction()
2102 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2105 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2107 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2401 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2402 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2404 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
2405 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2407 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2408 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2410 ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
2411 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
2562 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2563 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2565 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalCopyFunction()
2566 ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2568 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
2569 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
2675 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2676 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2678 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalReduceFunction()
2679 ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2681 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
2682 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
2771 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2772 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2774 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListCopyFunction()
2775 ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2777 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
2778 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
2885 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2886 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2888 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListReduceFunction()
2889 ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
2891 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
2892 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3413 if (isa<ImplicitParamDecl>(NativeParam)) in translateParameter()
3414 return ImplicitParamDecl::Create( in translateParameter()
3416 NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other); in translateParameter()
3498 ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3500 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()
3501 ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
3503 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()