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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 718 if (!TII->hasVALU32BitEncoding(MI.getOpcode()))
731 if (!TII->hasVALU32BitEncoding(MI.getOpcode()))
GCNDPPCombine.cpp 122 if (!TII->hasVALU32BitEncoding(Op)) {
SIInstrInfo.h 832 bool hasVALU32BitEncoding(unsigned Opcode) const;
SIInstrInfo.cpp 3458 bool SIInstrInfo::hasVALU32BitEncoding(unsigned Opcode) const {
3542 if (!hasVALU32BitEncoding(MI.getOpcode()))

Completed in 52 milliseconds