Home
last modified time | relevance | path

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

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