Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp214 if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) || in shrinkScalarCompare()
215 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) { in shrinkScalarCompare()
DSIInstrInfo.h610 static bool sopkIsZext(const MachineInstr &MI) { in sopkIsZext() function
614 bool sopkIsZext(uint16_t Opcode) const { in sopkIsZext() function
DSIInstrInfo.cpp3564 if (sopkIsZext(MI)) { in verifyInstruction()