Searched refs:isGFX11 (Results 1 – 8 of 8) sorted by relevance
197 {{"HW_REG_PERF_SNAPSHOT_DATA"}, ID_PERF_SNAPSHOT_DATA_gfx11, isGFX11},205 {{"HW_REG_PERF_SNAPSHOT_PC_LO"}, ID_PERF_SNAPSHOT_PC_LO_gfx11, isGFX11},206 {{"HW_REG_PERF_SNAPSHOT_PC_HI"}, ID_PERF_SNAPSHOT_PC_HI_gfx11, isGFX11},
2121 return isGFX9(STI) || isGFX10(STI) || isGFX11(STI); in isGFX9_GFX10_GFX11()2143 return isGFX10(STI) || isGFX11(STI); in isGFX10_GFX11()2150 bool isGFX11(const MCSubtargetInfo &STI) { in isGFX11() function2155 return isGFX11(STI) || isGFX12Plus(STI); in isGFX11Plus()
1292 bool isGFX11(const MCSubtargetInfo &STI);
500 if (isGFX11() && in getInstruction()559 if (isGFX11() && in getInstruction()564 if (isGFX11() && in getInstruction()601 if (isGFX11() && in getInstruction()1811 bool AMDGPUDisassembler::isGFX11() const { in isGFX11() function in AMDGPUDisassembler2080 if (isGFX11()) { in decodeCOMPUTE_PGM_RSRC3()
284 bool isGFX11() const;
1493 bool isGFX11() const { in isGFX11() function in __anon6862249c0111::AMDGPUAsmParser1494 return AMDGPU::isGFX11(getSTI()); in isGFX11()
6952 const bool IsGFX11 = AMDGPU::isGFX11(ST); in legalizeBVHIntrinsic()
9170 const bool IsGFX11 = AMDGPU::isGFX11(*Subtarget); in LowerINTRINSIC_W_CHAIN()