HomeSort by relevance Sort by last modified time
    Searched full:sisubtarget (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
SIInstrInfo.td 74 // Execpt for the NONE field, this must be kept in sync with the SISubtarget enum
76 def SISubtarget {
473 def "" : EXPCommon, SIMCInstr <"exp", SISubtarget.NONE> ;
476 def _si : EXPCommon, SIMCInstr <"exp", SISubtarget.SI>, EXPe;
478 def _vi : EXPCommon, SIMCInstr <"exp", SISubtarget.VI>, EXPe_vi;
487 SIMCInstr<opName, SISubtarget.NONE> {
495 SIMCInstr<opName, SISubtarget.SI> {
503 SIMCInstr<opName, SISubtarget.VI> {
567 SIMCInstr<opName, SISubtarget.NONE> {
582 SIMCInstr<opName, SISubtarget.SI>
    [all...]
AMDGPUInstrInfo.cpp 343 // This must be kept in sync with the SISubtarget class in SIInstrInfo.td
344 enum SISubtarget {
349 static enum SISubtarget AMDGPUSubtargetToSISubtarget(unsigned Gen) {

Completed in 1360 milliseconds