Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp116 return (BT == BT_None) || (BT == BT_Indirect); in analyzeBranch()
227 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None; in analyzeBranch()
245 return BT_None; in analyzeBranch()
264 return BT_None; in analyzeBranch()
273 return BT_None; in analyzeBranch()
284 return BT_None; in analyzeBranch()
H A DMipsDelaySlotFiller.cpp897 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch)) in getBranch()
902 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
919 return std::make_pair(MipsInstrInfo::BT_None, nullptr); in getBranch()
932 if (P.first == MipsInstrInfo::BT_None) in examinePred()
H A DMipsInstrInfo.h50 BT_None, // Couldn't analyze branch. enumerator