Home
last modified time | relevance | path

Searched refs:InstrType (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMFeatures.h21 template<typename InstrType> // could be MachineInstr or MCInst
22 bool IsCPSRDead(InstrType *Instr);
24 template<typename InstrType> // could be MachineInstr or MCInst
25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
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) { in isV8EligibleForIT()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp338 PPCII::PPC970_Unit InstrType = in getHazardType() local
341 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType()
354 switch (InstrType) { in getHazardType()
396 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
399 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction()
413 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp335 PPCII::PPC970_Unit InstrType = in getHazardType() local
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType()
351 switch (InstrType) { in getHazardType()
393 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
396 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction()
410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp712 outliner::InstrType
724 return outliner::InstrType::Invisible; in getOutliningType()
726 return outliner::InstrType::Illegal; in getOutliningType()
731 return outliner::InstrType::Illegal; in getOutliningType()
735 return outliner::InstrType::Illegal; in getOutliningType()
740 return outliner::InstrType::Illegal; in getOutliningType()
746 return outliner::InstrType::Illegal; in getOutliningType()
751 return outliner::InstrType::Illegal; in getOutliningType()
756 return outliner::InstrType::Invisible; in getOutliningType()
758 return outliner::InstrType::Legal; in getOutliningType()
DRISCVInstrInfo.h119 virtual outliner::InstrType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp774 case InstrType::Illegal: in convertToUnsignedVec()
779 case InstrType::Legal: in convertToUnsignedVec()
784 case InstrType::LegalTerminator: in convertToUnsignedVec()
793 case InstrType::Invisible: in convertToUnsignedVec()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h33 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum
DTargetInstrInfo.h1759 virtual outliner::InstrType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp6059 outliner::InstrType
6077 return outliner::InstrType::Illegal; in getOutliningType()
6082 return outliner::InstrType::Illegal; in getOutliningType()
6086 return outliner::InstrType::Invisible; in getOutliningType()
6091 return outliner::InstrType::Invisible; in getOutliningType()
6098 return outliner::InstrType::Legal; in getOutliningType()
6101 return outliner::InstrType::Illegal; in getOutliningType()
6108 return outliner::InstrType::Illegal; in getOutliningType()
6113 return outliner::InstrType::Illegal; in getOutliningType()
6120 return outliner::InstrType::Legal; in getOutliningType()
[all …]
DAArch64InstrInfo.h256 outliner::InstrType
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.h507 outliner::InstrType
DX86InstrInfo.cpp8114 outliner::InstrType
8119 return outliner::InstrType::Invisible; in getOutliningType()
8124 return outliner::InstrType::Invisible; in getOutliningType()
8128 return outliner::InstrType::Legal; in getOutliningType()
8135 return outliner::InstrType::Legal; in getOutliningType()
8138 return outliner::InstrType::Illegal; in getOutliningType()
8153 return outliner::InstrType::Illegal; in getOutliningType()
8159 return outliner::InstrType::Illegal; in getOutliningType()
8163 return outliner::InstrType::Illegal; in getOutliningType()
8169 return outliner::InstrType::Illegal; in getOutliningType()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagon.td241 let ColFields = ["InstrType"];
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagon.td303 let ColFields = ["InstrType"];