Home
last modified time | relevance | path

Searched refs:getDeviceKernelCallingConv (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp54 unsigned getDeviceKernelCallingConv() const override;
226 unsigned CommonSPIRTargetCodeGenInfo::getDeviceKernelCallingConv() const { in getDeviceKernelCallingConv() function in CommonSPIRTargetCodeGenInfo
H A DAMDGPU.cpp307 unsigned getDeviceKernelCallingConv() const override;
434 unsigned AMDGPUTargetCodeGenInfo::getDeviceKernelCallingConv() const { in getDeviceKernelCallingConv() function in AMDGPUTargetCodeGenInfo
H A DNVPTX.cpp81 unsigned getDeviceKernelCallingConv() const override { in getDeviceKernelCallingConv() function in __anon22ecdd470111::NVPTXTargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp108 unsigned TargetCodeGenInfo::getDeviceKernelCallingConv() const { in getDeviceKernelCallingConv() function in TargetCodeGenInfo
H A DTargetInfo.h302 virtual unsigned getDeviceKernelCallingConv() const;
H A DCGCall.cpp87 return CGM.getTargetCodeGenInfo().getDeviceKernelCallingConv(); in ClangCallConvToLLVMCallConv()