Home
last modified time | relevance | path

Searched refs:isVMEM (Results 1 – 2 of 2) 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