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()
208 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None; in AnalyzeBranch()
220 return BT_None; in AnalyzeBranch()
239 return BT_None; in AnalyzeBranch()
248 return BT_None; in AnalyzeBranch()
259 return BT_None; in AnalyzeBranch()
DMipsDelaySlotFiller.cpp678 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch)) in getBranch()
683 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
700 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
711 if (P.first == MipsInstrInfo::BT_None) in examinePred()
DMipsInstrInfo.h41 BT_None, // Couldn't analyze branch. enumerator