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 118 if (!MI->hasDelaySlot())
198 || I->hasDelaySlot()
331 return candidate->hasDelaySlot();
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 323 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
325 bool hasDelaySlot() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 237 bool hasDelaySlot;
CodeGenInstruction.cpp 311 hasDelaySlot = R->getValueAsBit("hasDelaySlot");
InstrInfoEmitter.cpp 462 if (Inst.hasDelaySlot) OS << "|(1<<MCID::DelaySlot)";
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 440 /// hasDelaySlot - Returns true if the specified instruction has a delay slot
442 bool hasDelaySlot(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 253 return MI->hasDelaySlot() && !MI->isBundledWithSucc();
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 447 if (MCID.hasDelaySlot() && Options.isReorder()) {
    [all...]

Completed in 57 milliseconds