Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp150 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
185 emitNops(NoopsInSledCount); in emitSled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp139 emitNops(NumNOPBytes / NOPBytes); in LowerSTACKMAP()
163 emitNops((NumBytes - EncodedBytes) / NOPBytes); in LowerPATCHPOINT()
174 emitNops(PatchBytes / NOPBytes); in LowerSTATEPOINT()
1010 emitNops(Num); in lowerToMCInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp226 emitNops(NoopsInSledCount); in EmitSled()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h202 void emitNops(int64_t NumBytes, int64_t ControlledNopLength, SMLoc Loc,
H A DMCStreamer.h848 virtual void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h619 void emitNops(unsigned N);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp150 emitNops(offsetToAlignment(PrefixBytes, MF.getAlignment())); in EmitKCFITypePadding()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1001 emitNops(PatchableFunctionPrefix); in emitFunctionHeader()
1761 emitNops(1); in emitFunctionBody()
1914 emitNops(1); in emitFunctionBody()
3795 void AsmPrinter::emitNops(unsigned N) { in emitNops() function in AsmPrinter
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp821 emitNops(NoopsInSledCount); in EmitSled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp885 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops() function in MCObjectStreamer
H A DMCStreamer.cpp226 void llvm::MCStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLen, in emitNops() function in llvm::MCStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp296 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4607 getParser().getStreamer().emitNops(NumBytes, Control, L, STI); in parseDirectiveNops()