reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/TargetInstrInfo.h
 1731   virtual outliner::InstrType
lib/CodeGen/MachineOutliner.cpp
  769       case InstrType::Illegal:
  774       case InstrType::Legal:
  779       case InstrType::LegalTerminator:
  788       case InstrType::Invisible:
lib/Target/AArch64/AArch64InstrInfo.cpp
 5371 outliner::InstrType
 5381     return outliner::InstrType::Illegal;
 5385     return outliner::InstrType::Invisible;
 5390     return outliner::InstrType::Invisible;
 5397       return outliner::InstrType::Legal;
 5400     return outliner::InstrType::Illegal;
 5407       return outliner::InstrType::Illegal;
 5412       return outliner::InstrType::Illegal;
 5419     return outliner::InstrType::Legal;
 5448       return outliner::InstrType::Illegal;
 5454     auto UnknownCallOutlineType = outliner::InstrType::Illegal;
 5454     auto UnknownCallOutlineType = outliner::InstrType::Illegal;
 5456       UnknownCallOutlineType = outliner::InstrType::LegalTerminator;
 5479     return outliner::InstrType::Legal;
 5484     return outliner::InstrType::Illegal;
 5489     return outliner::InstrType::Illegal;
 5496       return outliner::InstrType::Illegal;
 5499   return outliner::InstrType::Legal;
lib/Target/AArch64/AArch64InstrInfo.h
  250   outliner::InstrType
lib/Target/X86/X86InstrInfo.cpp
 8044 outliner::InstrType
 8049     return outliner::InstrType::Invisible;
 8054     return outliner::InstrType::Invisible;
 8058     return outliner::InstrType::Legal;
 8065       return outliner::InstrType::Legal;
 8068     return outliner::InstrType::Illegal;
 8083     return outliner::InstrType::Illegal;
 8089     return outliner::InstrType::Illegal;
 8093     return outliner::InstrType::Illegal;
 8099       return outliner::InstrType::Illegal;
 8101   return outliner::InstrType::Legal;
lib/Target/X86/X86InstrInfo.h
  507   outliner::InstrType