Lines Matching refs:KD

281     const amdhsa::kernel_descriptor_t &KD, uint64_t NextVGPR, uint64_t NextSGPR,  in EmitAmdhsaKernelDescriptor()  argument
291 OS << "\t\t.amdhsa_group_segment_fixed_size " << KD.group_segment_fixed_size in EmitAmdhsaKernelDescriptor()
294 << KD.private_segment_fixed_size << '\n'; in EmitAmdhsaKernelDescriptor()
296 PRINT_FIELD(OS, ".amdhsa_user_sgpr_private_segment_buffer", KD, in EmitAmdhsaKernelDescriptor()
299 PRINT_FIELD(OS, ".amdhsa_user_sgpr_dispatch_ptr", KD, in EmitAmdhsaKernelDescriptor()
302 PRINT_FIELD(OS, ".amdhsa_user_sgpr_queue_ptr", KD, in EmitAmdhsaKernelDescriptor()
305 PRINT_FIELD(OS, ".amdhsa_user_sgpr_kernarg_segment_ptr", KD, in EmitAmdhsaKernelDescriptor()
308 PRINT_FIELD(OS, ".amdhsa_user_sgpr_dispatch_id", KD, in EmitAmdhsaKernelDescriptor()
311 PRINT_FIELD(OS, ".amdhsa_user_sgpr_flat_scratch_init", KD, in EmitAmdhsaKernelDescriptor()
314 PRINT_FIELD(OS, ".amdhsa_user_sgpr_private_segment_size", KD, in EmitAmdhsaKernelDescriptor()
318 PRINT_FIELD(OS, ".amdhsa_wavefront_size32", KD, in EmitAmdhsaKernelDescriptor()
322 OS, ".amdhsa_system_sgpr_private_segment_wavefront_offset", KD, in EmitAmdhsaKernelDescriptor()
325 PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_x", KD, in EmitAmdhsaKernelDescriptor()
328 PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_y", KD, in EmitAmdhsaKernelDescriptor()
331 PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_id_z", KD, in EmitAmdhsaKernelDescriptor()
334 PRINT_FIELD(OS, ".amdhsa_system_sgpr_workgroup_info", KD, in EmitAmdhsaKernelDescriptor()
337 PRINT_FIELD(OS, ".amdhsa_system_vgpr_workitem_id", KD, in EmitAmdhsaKernelDescriptor()
352 PRINT_FIELD(OS, ".amdhsa_float_round_mode_32", KD, in EmitAmdhsaKernelDescriptor()
355 PRINT_FIELD(OS, ".amdhsa_float_round_mode_16_64", KD, in EmitAmdhsaKernelDescriptor()
358 PRINT_FIELD(OS, ".amdhsa_float_denorm_mode_32", KD, in EmitAmdhsaKernelDescriptor()
361 PRINT_FIELD(OS, ".amdhsa_float_denorm_mode_16_64", KD, in EmitAmdhsaKernelDescriptor()
364 PRINT_FIELD(OS, ".amdhsa_dx10_clamp", KD, in EmitAmdhsaKernelDescriptor()
367 PRINT_FIELD(OS, ".amdhsa_ieee_mode", KD, in EmitAmdhsaKernelDescriptor()
371 PRINT_FIELD(OS, ".amdhsa_fp16_overflow", KD, in EmitAmdhsaKernelDescriptor()
375 PRINT_FIELD(OS, ".amdhsa_workgroup_processor_mode", KD, in EmitAmdhsaKernelDescriptor()
378 PRINT_FIELD(OS, ".amdhsa_memory_ordered", KD, in EmitAmdhsaKernelDescriptor()
381 PRINT_FIELD(OS, ".amdhsa_forward_progress", KD, in EmitAmdhsaKernelDescriptor()
386 OS, ".amdhsa_exception_fp_ieee_invalid_op", KD, in EmitAmdhsaKernelDescriptor()
389 PRINT_FIELD(OS, ".amdhsa_exception_fp_denorm_src", KD, in EmitAmdhsaKernelDescriptor()
393 OS, ".amdhsa_exception_fp_ieee_div_zero", KD, in EmitAmdhsaKernelDescriptor()
396 PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_overflow", KD, in EmitAmdhsaKernelDescriptor()
399 PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_underflow", KD, in EmitAmdhsaKernelDescriptor()
402 PRINT_FIELD(OS, ".amdhsa_exception_fp_ieee_inexact", KD, in EmitAmdhsaKernelDescriptor()
405 PRINT_FIELD(OS, ".amdhsa_exception_int_div_zero", KD, in EmitAmdhsaKernelDescriptor()