Searched refs:hasShortDelaySlot (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h123 void emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc,
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp210 void MipsTargetStreamer::emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc, argument
212 if (hasShortDelaySlot)
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1457 static bool hasShortDelaySlot(unsigned Opcode) { function
1906 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst.getOpcode()), IDLoc, STI);
1918 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst.getOpcode()), IDLoc,
2123 TOut.emitEmptyDelaySlot(hasShortDelaySlot(JalrInst.getOpcode()), IDLoc,

Completed in 225 milliseconds