Home
last modified time | relevance | path

Searched refs:emitEmptyDelaySlot (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/AsmParser/
DMipsAsmParser.cpp1906 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()
2580 TOut.emitEmptyDelaySlot(true, IDLoc, STI); in expandUncondBranchMMPseudo()
3682 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in expandAbs()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp210 void MipsTargetStreamer::emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc, in emitEmptyDelaySlot() function in MipsTargetStreamer