HomeSort by relevance Sort by last modified time
    Searched refs:BT_None (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 94 return (BT == BT_None) || (BT == BT_Indirect);
203 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None;
215 return BT_None;
234 return BT_None;
243 return BT_None;
254 return BT_None;
MipsInstrInfo.h 40 BT_None, // Couldn't analyze branch.
MipsDelaySlotFiller.cpp 820 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch))
825 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
842 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
853 if (P.first == MipsInstrInfo::BT_None)

Completed in 563 milliseconds