Lines Matching refs:KD
4166 kernel_descriptor_t KD = getDefaultAmdhsaKernelDescriptor(&getSTI()); in ParseDirectiveAMDHSAKernel() local
4218 if (!isUInt<sizeof(KD.group_segment_fixed_size) * CHAR_BIT>(Val)) in ParseDirectiveAMDHSAKernel()
4220 KD.group_segment_fixed_size = Val; in ParseDirectiveAMDHSAKernel()
4222 if (!isUInt<sizeof(KD.private_segment_fixed_size) * CHAR_BIT>(Val)) in ParseDirectiveAMDHSAKernel()
4224 KD.private_segment_fixed_size = Val; in ParseDirectiveAMDHSAKernel()
4226 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4232 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4238 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4244 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4250 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4256 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4262 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4272 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
4277 KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4281 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4285 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4289 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4293 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4297 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4325 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4328 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4331 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4334 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4338 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4341 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, COMPUTE_PGM_RSRC1_ENABLE_IEEE_MODE, in ParseDirectiveAMDHSAKernel()
4347 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, COMPUTE_PGM_RSRC1_FP16_OVFL, Val, in ParseDirectiveAMDHSAKernel()
4353 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, COMPUTE_PGM_RSRC1_WGP_MODE, Val, in ParseDirectiveAMDHSAKernel()
4359 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, COMPUTE_PGM_RSRC1_MEM_ORDERED, Val, in ParseDirectiveAMDHSAKernel()
4365 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, COMPUTE_PGM_RSRC1_FWD_PROGRESS, Val, in ParseDirectiveAMDHSAKernel()
4369 KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4373 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4378 KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4382 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4386 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4390 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4394 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
4422 AMDHSA_BITS_SET(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4428 AMDHSA_BITS_SET(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
4434 AMDHSA_BITS_SET(KD.compute_pgm_rsrc2, COMPUTE_PGM_RSRC2_USER_SGPR_COUNT, in ParseDirectiveAMDHSAKernel()
4438 getSTI(), KernelName, KD, NextFreeVGPR, NextFreeSGPR, ReserveVCC, in ParseDirectiveAMDHSAKernel()