Home
last modified time | relevance | path

Searched refs:isVMEM (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp48 if (SIInstrInfo::isVMEM(*MI) && checkVMEMHazards(MI) > 0) in getHazardType()
65 if (SIInstrInfo::isVMEM(*MI)) in PreEmitNoops()
DSIInstrInfo.h199 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function
203 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp652 if ((TII->isVMEM(MI1) && TII->isVMEM(MI2)) || in apply()
DGCNHazardRecognizer.cpp117 if ((SIInstrInfo::isVMEM(*MI) || in getHazardType()
174 if (SIInstrInfo::isVMEM(*MI) || SIInstrInfo::isFLAT(*MI)) in PreEmitNoops()
DSIInstrInfo.h316 static bool isVMEM(const MachineInstr &MI) { in isVMEM() function
320 bool isVMEM(uint16_t Opcode) const { in isVMEM() function
DSIFormMemoryClauses.cpp101 return SIInstrInfo::isFLAT(MI) || SIInstrInfo::isVMEM(MI); in isVMEMClauseInst()
DSIInsertWaitcnts.cpp1343 } else if (SIInstrInfo::isVMEM(Inst) && in updateEventWaitcntAfter()