Searched refs:InstrType (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.h20 template<typename InstrType> // could be MachineInstr or MCInst
21 bool IsCPSRDead(const InstrType *Instr);
23 template<typename InstrType> // could be MachineInstr or MCInst
24 inline bool isV8EligibleForIT(const InstrType *Instr) {
H A DARMBaseInstrInfo.cpp5850 outliner::InstrType
5858 return outliner::InstrType::Illegal;
5862 return outliner::InstrType::Invisible;
5867 return outliner::InstrType::Invisible;
5878 return outliner::InstrType::Illegal;
5884 return outliner::InstrType::Illegal;
5889 return outliner::InstrType::Illegal;
5895 return outliner::InstrType::Illegal;
5899 return outliner::InstrType::Legal;
5902 return outliner::InstrType
[all...]
H A DARMBaseInstrInfo.h364 outliner::InstrType getOutliningType(MachineBasicBlock::iterator &MIT,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp335 PPCII::PPC970_Unit InstrType = local
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
351 switch (InstrType) {
393 PPCII::PPC970_Unit InstrType = local
396 if (InstrType == PPCII::PPC970_Pseudo) return;
410 if (InstrType == PPCII::PPC970_BRU || isSingle)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp733 outliner::InstrType
745 return outliner::InstrType::Invisible;
747 return outliner::InstrType::Illegal;
752 return outliner::InstrType::Illegal;
756 return outliner::InstrType::Illegal;
761 return outliner::InstrType::Illegal;
767 return outliner::InstrType::Illegal;
772 return outliner::InstrType::Illegal;
777 return outliner::InstrType::Invisible;
779 return outliner::InstrType
[all...]
H A DRISCVInstrInfo.h119 virtual outliner::InstrType
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum in namespace:llvm::outliner
H A DTargetInstrInfo.h1783 virtual outliner::InstrType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp276 case InstrType::Illegal:
281 case InstrType::Legal:
286 case InstrType::LegalTerminator:
295 case InstrType::Invisible:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6337 outliner::InstrType
6355 return outliner::InstrType::Illegal;
6360 return outliner::InstrType::Illegal;
6369 return outliner::InstrType::Legal;
6373 return outliner::InstrType::Invisible;
6378 return outliner::InstrType::Invisible;
6385 return outliner::InstrType::Legal;
6388 return outliner::InstrType::Illegal;
6395 return outliner::InstrType::Illegal;
6400 return outliner::InstrType
[all...]
H A DAArch64InstrInfo.h263 outliner::InstrType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h535 outliner::InstrType
H A DX86InstrInfo.cpp8850 outliner::InstrType
8855 return outliner::InstrType::Invisible;
8860 return outliner::InstrType::Invisible;
8864 return outliner::InstrType::Legal;
8871 return outliner::InstrType::Legal;
8874 return outliner::InstrType::Illegal;
8889 return outliner::InstrType::Illegal;
8895 return outliner::InstrType::Illegal;
8899 return outliner::InstrType::Illegal;
8905 return outliner::InstrType
[all...]

Completed in 304 milliseconds