Lines Matching refs:ImplicitParamDecl
2819 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2820 C.VoidPtrTy, ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
2823 ImplicitParamDecl NumWarpsArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitInterWarpCopyFunction()
2825 ImplicitParamDecl::Other); in emitInterWarpCopyFunction()
3113 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
3114 C.VoidPtrTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3116 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction()
3117 ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3119 ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
3120 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3122 ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitShuffleAndReduceFunction()
3123 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction()
3278 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
3279 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3281 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalCopyFunction()
3282 ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3284 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalCopyFunction()
3285 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalCopyFunction()
3386 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
3387 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3389 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitListToGlobalReduceFunction()
3390 ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3392 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitListToGlobalReduceFunction()
3393 C.VoidPtrTy, ImplicitParamDecl::Other); in emitListToGlobalReduceFunction()
3481 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
3482 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3484 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListCopyFunction()
3485 ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3487 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListCopyFunction()
3488 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListCopyFunction()
3590 ImplicitParamDecl BufferArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
3591 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3593 ImplicitParamDecl IdxArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.IntTy, in emitGlobalToListReduceFunction()
3594 ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
3596 ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, in emitGlobalToListReduceFunction()
3597 C.VoidPtrTy, ImplicitParamDecl::Other); in emitGlobalToListReduceFunction()
4121 if (isa<ImplicitParamDecl>(NativeParam)) in translateParameter()
4122 return ImplicitParamDecl::Create( in translateParameter()
4124 NativeParam->getIdentifier(), ArgType, ImplicitParamDecl::Other); in translateParameter()
4205 ImplicitParamDecl ParallelLevelArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
4207 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()
4208 ImplicitParamDecl WrapperArg(Ctx, /*DC=*/nullptr, D.getBeginLoc(), in createParallelDataSharingWrapper()
4210 ImplicitParamDecl::Other); in createParallelDataSharingWrapper()