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);
202 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None;
214 return BT_None;
233 return BT_None;
242 return BT_None;
253 return BT_None;
MipsInstrInfo.h 41 BT_None, // Couldn't analyze branch.
MipsDelaySlotFiller.cpp 798 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch))
803 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
820 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
831 if (P.first == MipsInstrInfo::BT_None)

Completed in 43 milliseconds