Searched refs:isVMEM (Results 1 – 7 of 7) sorted by relevance
48 if (SIInstrInfo::isVMEM(*MI) && checkVMEMHazards(MI) > 0) in getHazardType()65 if (SIInstrInfo::isVMEM(*MI)) in PreEmitNoops()
199 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function203 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
652 if ((TII->isVMEM(MI1) && TII->isVMEM(MI2)) || in apply()
117 if ((SIInstrInfo::isVMEM(*MI) || in getHazardType()174 if (SIInstrInfo::isVMEM(*MI) || SIInstrInfo::isFLAT(*MI)) in PreEmitNoops()
316 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function320 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
101 return SIInstrInfo::isFLAT(MI) || SIInstrInfo::isVMEM(MI); in isVMEMClauseInst()
1343 } else if (SIInstrInfo::isVMEM(Inst) && in updateEventWaitcntAfter()