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

  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 136 if (!MI->hasDelaySlot())
216 I->hasDelaySlot() || I->isBundledWithSucc())
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 342 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
344 bool hasDelaySlot() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 243 bool hasDelaySlot : 1;
InstrInfoEmitter.cpp 488 if (Inst.hasDelaySlot) OS << "|(1<<MCID::DelaySlot)";
CodeGenInstruction.cpp 312 hasDelaySlot = R->getValueAsBit("hasDelaySlot");
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 495 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
497 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 250 return MI->hasDelaySlot() && !MI->isBundledWithSucc();
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 762 milliseconds