reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  862     Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV));
 1048     Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV));
 1077           ScoreBrackets.applyWaitcnt(AMDGPU::decodeWaitcnt(IV, Imm));
 1090     Wait = AMDGPU::Waitcnt::allZero(IV);
 1114         AMDGPU::Waitcnt IWait = AMDGPU::decodeWaitcnt(IV, IEnc);
 1118         unsigned NewEnc = AMDGPU::encodeWaitcnt(IV, Wait);
 1151     unsigned Enc = AMDGPU::encodeWaitcnt(IV, Wait);
 1259       ScoreBrackets->applyWaitcnt(AMDGPU::Waitcnt::allZero(IV));
 1449   IV = AMDGPU::getIsaVersion(ST->getCPU());
 1456   HardwareLimits.VmcntMax = AMDGPU::getVmcntBitMask(IV);
 1457   HardwareLimits.ExpcntMax = AMDGPU::getExpcntBitMask(IV);
 1458   HardwareLimits.LgkmcntMax = AMDGPU::getLgkmcntBitMask(IV);