HomeSort by relevance Sort by last modified time
    Searched refs:sopkIsZext (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 275 if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) ||
276 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {
SIInstrInfo.h 546 static bool sopkIsZext(const MachineInstr &MI) {
550 bool sopkIsZext(uint16_t Opcode) const {
    [all...]
SIInstrInfo.cpp     [all...]

Completed in 423 milliseconds