Home
last modified time | relevance | path

Searched refs:emitNops (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp178 emitNops(PatchBytes / 4); in LowerSTATEPOINT()
223 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
258 emitNops(NoopsInSledCount); in emitSled()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp161 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()
212 emitNops((NumBytes - EncodedBytes) / NOPBytes); in LowerPATCHPOINT()
223 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
1196 emitNops(Num); in lowerToMCInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp226 emitNops(NoopsInSledCount); in EmitSled()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h176 void emitNops(int64_t NumBytes, int64_t ControlledNopLength, SMLoc Loc,
H A DMCStreamer.h793 virtual void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h649 void emitNops(unsigned N);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp770 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops() function in MCObjectStreamer
H A DMCStreamer.cpp201 void llvm::MCStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLen, in emitNops() function in llvm::MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp158 emitNops(offsetToAlignment(PrefixBytes, MF.getAlignment())); in EmitKCFITypePadding()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp839 emitNops(NoopsInSledCount); in EmitSled()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1010 emitNops(PatchableFunctionPrefix); in emitFunctionHeader()
1883 emitNops(1); in emitFunctionBody()
2056 emitNops(1); in emitFunctionBody()
4185 void AsmPrinter::emitNops(unsigned N) { in emitNops() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp934 emitNops(Num); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp412 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4790 getParser().getStreamer().emitNops(NumBytes, Control, L, STI); in parseDirectiveNops()