Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h146 void emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp284 void MipsTargetStreamer::emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc, in emitEmptyDelaySlot() function in MipsTargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2334 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in processInstruction()
2400 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, STI); in processInstruction()
2412 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, in processInstruction()
2429 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in onEndOfFile()
2738 TOut.emitEmptyDelaySlot(hasShortDelaySlot(JalrInst), IDLoc, in expandJalWithRegs()
3676 TOut.emitEmptyDelaySlot(true, IDLoc, STI); in expandUncondBranchMMPseudo()
5218 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in expandAbs()