| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | IRSimilarityIdentifier.h | 75 enum InstrType { Legal, Illegal, Invisible }; enum 385 : public InstVisitor<InstructionClassification, InstrType> { 389 InstrType visitBranchInst(BranchInst &BI) { return Illegal; } in visitBranchInst() 391 InstrType visitPHINode(PHINode &PN) { return Illegal; } in visitPHINode() 393 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; } in visitAllocaInst() 396 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst() 399 InstrType visitLandingPadInst(LandingPadInst &LPI) { return Illegal; } in visitLandingPadInst() 400 InstrType visitFuncletPadInst(FuncletPadInst &FPI) { return Illegal; } in visitFuncletPadInst() 404 InstrType visitDbgInfoIntrinsic(DbgInfoIntrinsic &DII) { return Invisible; } in visitDbgInfoIntrinsic() 406 InstrType visitIntrinsicInst(IntrinsicInst &II) { return Illegal; } in visitIntrinsicInst() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.h | 20 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()
|
| H A D | ARMBaseInstrInfo.cpp | 6096 outliner::InstrType 6104 return outliner::InstrType::Illegal; in getOutliningType() 6108 return outliner::InstrType::Invisible; in getOutliningType() 6113 return outliner::InstrType::Invisible; in getOutliningType() 6124 return outliner::InstrType::Illegal; in getOutliningType() 6131 return outliner::InstrType::Illegal; in getOutliningType() 6136 return outliner::InstrType::Illegal; in getOutliningType() 6142 return outliner::InstrType::Illegal; in getOutliningType() 6146 return outliner::InstrType::Legal; in getOutliningType() 6149 return outliner::InstrType::Illegal; in getOutliningType() [all …]
|
| H A D | ARMBaseInstrInfo.h | 353 outliner::InstrType getOutliningType(MachineBasicBlock::iterator &MIT,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 335 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()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | xtensa-relax.h | 149 } InstrType; typedef 153 InstrType typ;
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | xtensa-relax.h | 149 } InstrType; typedef 153 InstrType typ;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1045 outliner::InstrType 1057 return outliner::InstrType::Invisible; in getOutliningType() 1059 return outliner::InstrType::Illegal; in getOutliningType() 1064 return outliner::InstrType::Illegal; in getOutliningType() 1068 return outliner::InstrType::Illegal; in getOutliningType() 1073 return outliner::InstrType::Illegal; in getOutliningType() 1079 return outliner::InstrType::Illegal; in getOutliningType() 1084 return outliner::InstrType::Illegal; in getOutliningType() 1089 return outliner::InstrType::Invisible; in getOutliningType() 1091 return outliner::InstrType::Legal; in getOutliningType()
|
| H A D | RISCVInstrInfo.h | 125 virtual outliner::InstrType
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 274 case InstrType::Illegal: in convertToUnsignedVec() 279 case InstrType::Legal: in convertToUnsignedVec() 284 case InstrType::LegalTerminator: in convertToUnsignedVec() 293 case InstrType::Invisible: in convertToUnsignedVec()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineOutliner.h | 34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible }; enum
|
| H A D | TargetInstrInfo.h | 1903 virtual outliner::InstrType
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | IRSimilarityIdentifier.cpp | 165 case InstrType::Legal: in convertToUnsignedVec() 168 case InstrType::Illegal: in convertToUnsignedVec() 171 case InstrType::Invisible: in convertToUnsignedVec()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.cpp | 6929 outliner::InstrType 6947 return outliner::InstrType::Illegal; in getOutliningType() 6952 return outliner::InstrType::Illegal; in getOutliningType() 6961 return outliner::InstrType::Legal; in getOutliningType() 6965 return outliner::InstrType::Invisible; in getOutliningType() 6970 return outliner::InstrType::Invisible; in getOutliningType() 6977 return outliner::InstrType::Legal; in getOutliningType() 6980 return outliner::InstrType::Illegal; in getOutliningType() 6987 return outliner::InstrType::Illegal; in getOutliningType() 6992 return outliner::InstrType::Illegal; in getOutliningType() [all …]
|
| H A D | AArch64InstrInfo.h | 278 outliner::InstrType
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.h | 543 outliner::InstrType
|
| H A D | X86InstrInfo.cpp | 8981 outliner::InstrType 8986 return outliner::InstrType::Invisible; in getOutliningType() 8991 return outliner::InstrType::Invisible; in getOutliningType() 8995 return outliner::InstrType::Legal; in getOutliningType() 9002 return outliner::InstrType::Legal; in getOutliningType() 9005 return outliner::InstrType::Illegal; in getOutliningType() 9020 return outliner::InstrType::Illegal; in getOutliningType() 9026 return outliner::InstrType::Illegal; in getOutliningType() 9030 return outliner::InstrType::Illegal; in getOutliningType() 9036 return outliner::InstrType::Illegal; in getOutliningType() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 337 let ColFields = ["InstrType"];
|