Home
last modified time | relevance | path

Searched defs:setCUDAKernelCallingConvention (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h378 virtual void setCUDAKernelCallingConvention(const FunctionType *&FT) const {} in setCUDAKernelCallingConvention() function
H A DCGCall.cpp293 static void setCUDAKernelCallingConvention(CanQualType &FTy, CodeGenModule &CGM, in setCUDAKernelCallingConvention() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp557 void AMDGPUTargetCodeGenInfo::setCUDAKernelCallingConvention( in setCUDAKernelCallingConvention() function in AMDGPUTargetCodeGenInfo