Home
last modified time | relevance | path

Searched refs:BT_None (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp94 return (BT == BT_None) || (BT == BT_Indirect); in analyzeBranch()
203 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None; in analyzeBranch()
215 return BT_None; in analyzeBranch()
234 return BT_None; in analyzeBranch()
243 return BT_None; in analyzeBranch()
254 return BT_None; in analyzeBranch()
DMipsDelaySlotFiller.cpp820 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch)) in getBranch()
825 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
842 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
853 if (P.first == MipsInstrInfo::BT_None) in examinePred()
DMipsInstrInfo.h40 BT_None, // Couldn't analyze branch. enumerator