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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 63 if (MCid.hasDelaySlot() &&
  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 187 return (brdesc.hasDelaySlot());
215 if (desc.hasDelaySlot() || desc.isBranch() || isDelayFiller(MBB,I) ||
235 if (I->getDesc().hasDelaySlot()) {
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 103 if (I->getDesc().hasDelaySlot()) {
173 || I->getDesc().hasDelaySlot()
302 return prevdesc.hasDelaySlot();
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 364 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
366 bool hasDelaySlot() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 234 bool hasDelaySlot;
InstrInfoEmitter.cpp 278 if (Inst.hasDelaySlot) OS << "|(1<<MCID::DelaySlot)";
CodeGenInstruction.cpp 309 hasDelaySlot = R->getValueAsBit("hasDelaySlot");

Completed in 337 milliseconds