Function rustc_target::abi::call::nvptx64::compute_ptx_kernel_abi_info
source · pub fn compute_ptx_kernel_abi_info<'a, Ty, C>(
cx: &C,
fn_abi: &mut FnAbi<'a, Ty>
)where
Ty: TyAbiInterface<'a, C> + Copy,
C: HasDataLayout,