Lines Matching refs:KD

5437   AMDGPU::MCKernelDescriptor KD =  in ParseDirectiveAMDHSAKernel()  local
5514 KD.group_segment_fixed_size = ExprVal; in ParseDirectiveAMDHSAKernel()
5519 KD.private_segment_fixed_size = ExprVal; in ParseDirectiveAMDHSAKernel()
5523 KD.kernarg_size = ExprVal; in ParseDirectiveAMDHSAKernel()
5533 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5545 PARSE_BITS_ENTRY(KD.kernarg_preload, KERNARG_PRELOAD_SPEC_LENGTH, ExprVal, in ParseDirectiveAMDHSAKernel()
5558 PARSE_BITS_ENTRY(KD.kernarg_preload, KERNARG_PRELOAD_SPEC_OFFSET, ExprVal, in ParseDirectiveAMDHSAKernel()
5564 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5571 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5578 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5585 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5596 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5603 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5613 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5617 PARSE_BITS_ENTRY(KD.kernel_code_properties, in ParseDirectiveAMDHSAKernel()
5625 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5634 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5638 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5642 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5646 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5650 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5654 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5690 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5694 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5698 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5702 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5708 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5714 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5720 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5726 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc3, COMPUTE_PGM_RSRC3_GFX90A_TG_SPLIT, in ParseDirectiveAMDHSAKernel()
5731 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5737 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5743 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5752 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc3, in ParseDirectiveAMDHSAKernel()
5757 KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5761 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5766 KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5770 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5774 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5778 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5782 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc2, in ParseDirectiveAMDHSAKernel()
5788 PARSE_BITS_ENTRY(KD.compute_pgm_rsrc1, in ParseDirectiveAMDHSAKernel()
5822 KD.compute_pgm_rsrc1, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
5832 KD.compute_pgm_rsrc1, SGPRBlocks, in ParseDirectiveAMDHSAKernel()
5846 KD.compute_pgm_rsrc2, MCConstantExpr::create(UserSGPRCount, getContext()), in ParseDirectiveAMDHSAKernel()
5851 if (!KD.kernarg_size->evaluateAsAbsolute(IVal)) in ParseDirectiveAMDHSAKernel()
5880 MCKernelDescriptor::bits_set(KD.compute_pgm_rsrc3, AdjustedAccum, in ParseDirectiveAMDHSAKernel()
5902 getTargetStreamer().EmitAmdhsaKernelDescriptor(getSTI(), KernelName, KD, in ParseDirectiveAMDHSAKernel()