HomeSort by: relevance | last modified time | path
    Searched refs:sopkIsZext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 208 if ((TII->sopkIsZext(SOPKOpc) && isKUImmOperand(TII, Src1)) ||
209 (!TII->sopkIsZext(SOPKOpc) && isKImmOperand(TII, Src1))) {
SIInstrInfo.h 666 static bool sopkIsZext(const MachineInstr &MI) {
670 bool sopkIsZext(uint16_t Opcode) const {
SIInstrInfo.cpp 4110 if (sopkIsZext(MI)) {

Completed in 20 milliseconds