Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp275 if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) || in shrinkScalarCompare()
276 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) { in shrinkScalarCompare()
DSIInstrInfo.h546 static bool sopkIsZext(const MachineInstr &MI) { in sopkIsZext() function
550 bool sopkIsZext(uint16_t Opcode) const { in sopkIsZext() function
DSIInstrInfo.cpp2870 if (sopkIsZext(MI)) { in verifyInstruction()