Home
last modified time | relevance | path

Searched refs:setCUDAKernelCallingConvention (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp58 void setCUDAKernelCallingConvention(const FunctionType *&FT) const override;
125 void SPIRVTargetCodeGenInfo::setCUDAKernelCallingConvention( in setCUDAKernelCallingConvention() function in SPIRVTargetCodeGenInfo
H A DAMDGPU.cpp319 void setCUDAKernelCallingConvention(const FunctionType *&FT) const override;
557 void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention( in createEnqueuedBlockKernel()
517 void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention( setCUDAKernelCallingConvention() function in AMDGPUTargetCodeGenInfo
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h378 virtual void setCUDAKernelCallingConvention(const FunctionType *&FT) const {}
366 virtual void setCUDAKernelCallingConvention(const FunctionType *&FT) const {} setCUDAKernelCallingConvention() function
H A DCGCall.cpp293 static void setCUDAKernelCallingConvention(CanQualType &FTy, CodeGenModule &CGM,
297 CGM.getTargetCodeGenInfo().setCUDAKernelCallingConvention(FT); in arrangeCXXMethodDeclaration()
312 setCUDAKernelCallingConvention(FT, CGM, MD); in arrangeCXXMethodDeclaration()
470 setCUDAKernelCallingConvention(FTy, CGM, FD); in arrangeFunctionDeclaration()
283 static void setCUDAKernelCallingConvention(CanQualType &FTy, CodeGenModule &CGM, setCUDAKernelCallingConvention() function