Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h223 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
227 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h340 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
344 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
DSIShrinkInstructions.cpp387 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()