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);
208 return LastInst->isIndirectBranch() ? BT_Indirect : BT_None;
220 return BT_None;
239 return BT_None;
248 return BT_None;
259 return BT_None;
MipsInstrInfo.h 41 BT_None, // Couldn't analyze branch.
MipsDelaySlotFiller.cpp 678 if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch))
683 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
700 return std::make_pair(MipsInstrInfo::BT_None, nullptr);
711 if (P.first == MipsInstrInfo::BT_None)

Completed in 47 milliseconds