Home
last modified time | relevance | path

Searched refs:isSOPK (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h231 static bool isSOPK(const MachineInstr &MI) { in isSOPK() function
235 bool isSOPK(uint16_t Opcode) const { in isSOPK() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h348 static bool isSOPK(const MachineInstr &MI) { in isSOPK() function
352 bool isSOPK(uint16_t Opcode) const { in isSOPK() function
DSIInstrInfo.cpp2868 if (isSOPK(MI)) { in verifyInstruction()