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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A 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) {
/freebsd-11.0-release/contrib/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)

Completed in 57 milliseconds