Searched refs:emitEmptyDelaySlot (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsTargetStreamer.h | 123 void emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc,
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 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() 2580 TOut.emitEmptyDelaySlot(true, IDLoc, STI); in expandUncondBranchMMPseudo() 3682 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in expandAbs()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 210 void MipsTargetStreamer::emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc, in emitEmptyDelaySlot() function in MipsTargetStreamer
|