HomeSort by: relevance | last modified time | path
    Searched refs:InstrType (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
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) {
ARMBaseInstrInfo.cpp 6096 outliner::InstrType
6104 return outliner::InstrType::Illegal;
6108 return outliner::InstrType::Invisible;
6113 return outliner::InstrType::Invisible;
6124 return outliner::InstrType::Illegal;
6131 return outliner::InstrType::Illegal;
6136 return outliner::InstrType::Illegal;
6142 return outliner::InstrType::Illegal;
6146 return outliner::InstrType::Legal;
6149 return outliner::InstrType::Illegal
    [all...]
ARMBaseInstrInfo.h 353 outliner::InstrType getOutliningType(MachineBasicBlock::iterator &MIT,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h 75 enum InstrType { Legal, Illegal, Invisible };
119 /// The legality of the wrapped instruction. This is informed by InstrType,
247 /// - Which member of InstrType the IRInstructionData is classified as.
248 // See InstrType for more details on the possible classifications, and how they
333 /// determined by \p InstrType. Two Instructions are mapped to the same value
385 : public InstVisitor<InstructionClassification, InstrType> {
389 InstrType visitBranchInst(BranchInst &BI) { return Illegal; }
391 InstrType visitPHINode(PHINode &PN) { return Illegal; }
393 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; }
396 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.h 149 } InstrType;
153 InstrType typ;
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.h 149 } InstrType;
153 InstrType typ;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 335 PPCII::PPC970_Unit InstrType =
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
351 switch (InstrType) {
393 PPCII::PPC970_Unit InstrType =
396 if (InstrType == PPCII::PPC970_Pseudo) return;
410 if (InstrType == PPCII::PPC970_BRU || isSingle)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 34 enum InstrType { Legal, LegalTerminator, Illegal, Invisible };
TargetInstrInfo.h 1903 virtual outliner::InstrType
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.h 125 virtual outliner::InstrType
RISCVInstrInfo.cpp 1045 outliner::InstrType
1057 return outliner::InstrType::Invisible;
1059 return outliner::InstrType::Illegal;
1064 return outliner::InstrType::Illegal;
1068 return outliner::InstrType::Illegal;
1073 return outliner::InstrType::Illegal;
1079 return outliner::InstrType::Illegal;
1084 return outliner::InstrType::Illegal;
1089 return outliner::InstrType::Invisible;
1091 return outliner::InstrType::Legal
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 274 case InstrType::Illegal:
279 case InstrType::Legal:
284 case InstrType::LegalTerminator:
293 case InstrType::Invisible:
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 165 case InstrType::Legal:
168 case InstrType::Illegal:
171 case InstrType::Invisible:
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 278 outliner::InstrType
AArch64InstrInfo.cpp 6929 outliner::InstrType
6947 return outliner::InstrType::Illegal;
6952 return outliner::InstrType::Illegal;
6961 return outliner::InstrType::Legal;
6965 return outliner::InstrType::Invisible;
6970 return outliner::InstrType::Invisible;
6977 return outliner::InstrType::Legal;
6980 return outliner::InstrType::Illegal;
6987 return outliner::InstrType::Illegal;
6992 return outliner::InstrType::Illegal
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 543 outliner::InstrType
X86InstrInfo.cpp 8981 outliner::InstrType
8986 return outliner::InstrType::Invisible;
8991 return outliner::InstrType::Invisible;
8995 return outliner::InstrType::Legal;
9002 return outliner::InstrType::Legal;
9005 return outliner::InstrType::Illegal;
9020 return outliner::InstrType::Illegal;
9026 return outliner::InstrType::Illegal;
9030 return outliner::InstrType::Illegal;
9036 return outliner::InstrType::Illegal
    [all...]

Completed in 43 milliseconds