Lines Matching refs:getGeneration

271   Generation getGeneration() const {  in getGeneration()  function
324 return (getGeneration() < AMDGPUSubtarget::VOLCANIC_ISLANDS); in hasAddr64()
328 return (getGeneration() > AMDGPUSubtarget::SOUTHERN_ISLANDS); in hasFlat()
334 return getGeneration() >= VOLCANIC_ISLANDS; in hasOnlyRevVALUShifts()
338 return getGeneration() == SOUTHERN_ISLANDS; in hasFractBug()
366 return getGeneration() >= AMDGPUSubtarget::GFX9; in hasMed3_16()
370 return getGeneration() >= AMDGPUSubtarget::GFX9; in hasMin3Max3_16()
403 return getGeneration() >= GFX9; in supportsGetDoorbellID()
409 return getGeneration() >= SEA_ISLANDS; in hasUsableDSOffset()
418 return getGeneration() != SOUTHERN_ISLANDS; in hasUsableDivScaleConditionOutput()
424 return getGeneration() <= SEA_ISLANDS; in hasReadVCCZBug()
429 return getGeneration() >= GFX10; in partialVCCWritesUpdateVCCZ()
435 return getGeneration() == SOUTHERN_ISLANDS; in hasSMRDReadVALUDefHazard()
441 return getGeneration() >= VOLCANIC_ISLANDS; in hasVMEMReadSGPRVALUDefHazard()
445 return getGeneration() >= VOLCANIC_ISLANDS; in hasRFEHazards()
450 return getGeneration() <= SEA_ISLANDS ? 1 : 2; in getSetRegWaitStates()
463 return getGeneration() >= AMDGPUSubtarget::GFX9; in supportsMinMaxDenormModes()
468 return getGeneration() >= AMDGPUSubtarget::GFX10; in hasDenormModeInst()
494 return getGeneration() < AMDGPUSubtarget::GFX9; in privateMemoryResourceIsRangeChecked()
591 return getGeneration() >= GFX9; in hasMultiDwordFlatScratchAddressing()
599 return getGeneration() > GFX9; in hasFlatLgkmVMemCountInOrder()
603 return getGeneration() >= GFX9; in hasD16LoadStore()
611 return getGeneration() >= VOLCANIC_ISLANDS; in hasD16Images()
617 return getGeneration() < GFX9; in ldsRequiresM0Init()
626 return getGeneration() >= GFX9; in hasGWSAutoReplay()
652 return getGeneration() >= SEA_ISLANDS; in hasMad64_32()
752 return getGeneration() < SEA_ISLANDS; in vmemWriteNeedsExpWaitcnt()
810 return getGeneration() >= VOLCANIC_ISLANDS; in hasScalarCompareEq64()
826 bool hasPermLaneX16() const { return getGeneration() >= GFX10; } in hasPermLaneX16()
833 return HasDPP && getGeneration() < GFX10; in hasDPPBroadcasts()
837 return HasDPP && getGeneration() < GFX10; in hasDPPWavefrontShifts()
853 return getGeneration() >= GFX10; in hasFmaakFmamkF32Insts()
921 return getGeneration() != AMDGPUSubtarget::SOUTHERN_ISLANDS; in has12DWordStoreHazard()
930 return getGeneration() == AMDGPUSubtarget::GFX9; in hasReadM0MovRelInterpHazard()
934 return getGeneration() >= AMDGPUSubtarget::VOLCANIC_ISLANDS && in hasReadM0SendMsgHazard()
935 getGeneration() <= AMDGPUSubtarget::GFX9; in hasReadM0SendMsgHazard()
972 bool hasHardClauses() const { return getGeneration() >= GFX10; } in hasHardClauses()
999 return getGeneration() >= AMDGPUSubtarget::GFX9; in flatScratchIsPointer()
1009 return getGeneration() >= GFX9; in hasMergedShaders()