Searched refs:emitEmptyDelaySlot (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.h | 154 void emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc,
|
| H A D | MipsTargetStreamer.cpp | 296 void MipsTargetStreamer::emitEmptyDelaySlot(bool hasShortDelaySlot, SMLoc IDLoc, in emitEmptyDelaySlot() function in MipsTargetStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2291 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in processInstruction() 2357 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, STI); in processInstruction() 2369 TOut.emitEmptyDelaySlot(hasShortDelaySlot(Inst), IDLoc, in processInstruction() 2386 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in onEndOfFile() 2694 TOut.emitEmptyDelaySlot(hasShortDelaySlot(JalrInst), IDLoc, in expandJalWithRegs() 3618 TOut.emitEmptyDelaySlot(true, IDLoc, STI); in expandUncondBranchMMPseudo() 5161 TOut.emitEmptyDelaySlot(false, IDLoc, STI); in expandAbs()
|