Lines Matching refs:IDVal
1373 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
1375 if (IDVal == ".hsa_code_object_version") in ParseDirective()
1378 if (IDVal == ".hsa_code_object_isa") in ParseDirective()
1381 if (IDVal == ".amd_kernel_code_t") in ParseDirective()
1384 if (IDVal == ".hsatext") in ParseDirective()
1387 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective()
1390 if (IDVal == ".amdgpu_hsa_module_global") in ParseDirective()
1393 if (IDVal == ".amdgpu_hsa_program_global") in ParseDirective()
1396 if (IDVal == ".hsadata_global_agent") in ParseDirective()
1399 if (IDVal == ".hsadata_global_program") in ParseDirective()
1402 if (IDVal == ".hsarodata_readonly_agent") in ParseDirective()