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

  /external/llvm/lib/Target/MBlaze/
MBlazeDelaySlotFiller.cpp 184 return (candidate->hasDelaySlot());
211 if (I->hasDelaySlot() || I->isBranch() || isDelayFiller(MBB,I) ||
231 if (I->hasDelaySlot()) {
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 103 if (I->hasDelaySlot()) {
173 || I->hasDelaySlot()
302 return candidate->hasDelaySlot();
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 292 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
294 bool hasDelaySlot() const {
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 99 if (I->hasDelaySlot()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 234 bool hasDelaySlot;
InstrInfoEmitter.cpp 306 if (Inst.hasDelaySlot) OS << "|(1<<MCID::DelaySlot)";
CodeGenInstruction.cpp 310 hasDelaySlot = R->getValueAsBit("hasDelaySlot");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 430 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
432 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 432 milliseconds