Lines Matching refs:GFX12
324 if (getGeneration() >= GFX12) { in getMaxWaveScratchSize()
456 bool hasScalarSubwordLoads() const { return getGeneration() >= GFX12; } in hasScalarSubwordLoads()
729 bool hasScalarAddSub64() const { return getGeneration() >= GFX12; } in hasScalarAddSub64()
731 bool hasScalarSMulU64() const { return getGeneration() >= GFX12; } in hasScalarSMulU64()
944 bool hasSCmpK() const { return getGeneration() < GFX12; } in hasSCmpK()
1090 bool hasNonNSAEncoding() const { return getGeneration() < GFX12; } in hasNonNSAEncoding()
1236 bool hasLdsWaitVMSRC() const { return getGeneration() >= GFX12; } in hasLdsWaitVMSRC()
1293 bool hasExtendedWaitCounts() const { return getGeneration() >= GFX12; } in hasExtendedWaitCounts()
1298 return getGeneration() == GFX12; in hasNoF16PseudoScalarTransInlineConstants()
1353 bool hasSplitBarriers() const { return getGeneration() >= GFX12; } in hasSplitBarriers()
1363 bool hasDX10ClampMode() const { return getGeneration() < GFX12; } in hasDX10ClampMode()
1366 bool hasIEEEMode() const { return getGeneration() < GFX12; } in hasIEEEMode()
1369 bool hasIEEEMinMax() const { return getGeneration() >= GFX12; } in hasIEEEMinMax()
1375 bool hasRrWGMode() const { return getGeneration() >= GFX12; } in hasRrWGMode()
1379 bool hasSignedScratchOffsets() const { return getGeneration() >= GFX12; } in hasSignedScratchOffsets()