Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h394 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
398 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
DSIShrinkInstructions.cpp848 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
DSIInstrInfo.cpp4495 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()