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

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp147 PPCII::PPC970_Unit InstrType = local
150 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
163 switch (InstrType) {
205 PPCII::PPC970_Unit InstrType = local
208 if (InstrType == PPCII::PPC970_Pseudo) return;
222 if (InstrType == PPCII::PPC970_BRU || isSingle)
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMFeatures.h21 template<typename InstrType> // could be MachineInstr or MCInst
22 inline bool isV8EligibleForIT(InstrType *Instr, int BLXOperandIndex = 0) {

Completed in 107 milliseconds