Home
last modified time | relevance | path

Searched refs:InstrType (Results 1 – 14 of 14) 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-7.0/llvm/lib/Target/ARM/
DARMFeatures.h21 template<typename InstrType> // could be MachineInstr or MCInst
22 bool IsCPSRDead(const InstrType *Instr);
24 template<typename InstrType> // could be MachineInstr or MCInst
25 inline bool isV8EligibleForIT(const InstrType *Instr) { in isV8EligibleForIT()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp130 PPCII::PPC970_Unit InstrType = in getHazardType() local
133 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType()
147 switch (InstrType) { in getHazardType()
229 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
232 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction()
290 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/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/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-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp633 case InstrType::Illegal: in convertToUnsignedVec()
637 case InstrType::Legal: in convertToUnsignedVec()
641 case InstrType::LegalTerminator: in convertToUnsignedVec()
648 case InstrType::Invisible: in convertToUnsignedVec()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp5151 outliner::InstrType
5161 return outliner::InstrType::Illegal; in getOutliningType()
5165 return outliner::InstrType::Invisible; in getOutliningType()
5170 return outliner::InstrType::Invisible; in getOutliningType()
5177 return outliner::InstrType::Legal; in getOutliningType()
5180 return outliner::InstrType::Illegal; in getOutliningType()
5187 return outliner::InstrType::Illegal; in getOutliningType()
5192 return outliner::InstrType::Illegal; in getOutliningType()
5199 return outliner::InstrType::Legal; in getOutliningType()
5228 return outliner::InstrType::Illegal; in getOutliningType()
[all …]
DAArch64InstrInfo.h243 outliner::InstrType
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum
DTargetInstrInfo.h1614 virtual outliner::InstrType
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h553 outliner::InstrType
DX86InstrInfo.cpp7645 outliner::InstrType
7650 return outliner::InstrType::Invisible; in getOutliningType()
7655 return outliner::InstrType::Invisible; in getOutliningType()
7659 return outliner::InstrType::Legal; in getOutliningType()
7666 return outliner::InstrType::Legal; in getOutliningType()
7669 return outliner::InstrType::Illegal; in getOutliningType()
7684 return outliner::InstrType::Illegal; in getOutliningType()
7690 return outliner::InstrType::Illegal; in getOutliningType()
7694 return outliner::InstrType::Illegal; in getOutliningType()
7700 return outliner::InstrType::Illegal; in getOutliningType()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagon.td241 let ColFields = ["InstrType"];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagon.td290 let ColFields = ["InstrType"];