Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:SIInstrInfo

16 #include "SIInstrInfo.h"
45 if (SIInstrInfo::isSMRD(*MI) && checkSMRDHazards(MI) > 0)
48 if (SIInstrInfo::isVMEM(*MI) && checkVMEMHazards(MI) > 0)
51 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0)
62 if (SIInstrInfo::isSMRD(*MI))
65 if (SIInstrInfo::isVMEM(*MI))
68 if (SIInstrInfo::isDPP(*MI))
85 const SIInstrInfo *TII = ST.getInstrInfo();
164 if (!MI || !SIInstrInfo::isSMRD(*MI))
199 const SIInstrInfo *TII = ST.getInstrInfo();
224 const SIInstrInfo *TII = ST.getInstrInfo();