Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h456 static bool isSOPC(const MachineInstr &MI) { in isSOPC() function
460 bool isSOPC(uint16_t Opcode) const { in isSOPC() function
H A DSIShrinkInstructions.cpp877 if (MI.isCompare() && TII->isSOPC(MI)) { in runOnMachineFunction()
H A DSIInstrInfo.cpp5025 if (isSOP2(MI) || isSOPC(MI)) { in verifyInstruction()