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

  /external/llvm/lib/Target/R600/
SIInstrInfo.h 143 return get(Opcode).TSFlags & SIInstrFlags::SALU;
147 return get(Opcode).TSFlags & SIInstrFlags::VALU;
151 return get(Opcode).TSFlags & SIInstrFlags::SOP1;
155 return get(Opcode).TSFlags & SIInstrFlags::SOP2;
159 return get(Opcode).TSFlags & SIInstrFlags::SOPC;
163 return get(Opcode).TSFlags & SIInstrFlags::SOPK;
167 return get(Opcode).TSFlags & SIInstrFlags::SOPP;
171 return get(Opcode).TSFlags & SIInstrFlags::VOP1;
175 return get(Opcode).TSFlags & SIInstrFlags::VOP2;
179 return get(Opcode).TSFlags & SIInstrFlags::VOP3
    [all...]
SIDefines.h 16 namespace SIInstrFlags {
54 namespace SIInstrFlags {
SIInsertWaits.cpp 145 Result.Named.VM = !!(TSFlags & SIInstrFlags::VM_CNT);
148 Result.Named.EXP = !!(TSFlags & SIInstrFlags::EXP_CNT &&
152 if (TSFlags & SIInstrFlags::LGKM_CNT) {
SIISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.h 55 namespace SIInstrFlags {
SIISelLowering.cpp 72 if (TII->get(MI->getOpcode()).TSFlags & SIInstrFlags::NEED_WAIT) {
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 224 if (MII.get(MI->getOpcode()).TSFlags & SIInstrFlags::VOP3)
  /external/llvm/lib/Target/R600/AsmParser/
AMDGPUAsmParser.cpp 497 if ((getForcedEncodingSize() == 32 && (TSFlags & SIInstrFlags::VOP3)) ||
498 (getForcedEncodingSize() == 64 && !(TSFlags & SIInstrFlags::VOP3)))
    [all...]

Completed in 80 milliseconds