Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp210 emitNops(NoopsInSledCount); in EmitSled()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h184 void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
H A DMCStreamer.h796 virtual void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp229 AP.emitNops(Num); in lowerRISCVMachineInstrToMCInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h531 void emitNops(unsigned N);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp782 emitNops(PatchableFunctionPrefix); in emitFunctionHeader()
1437 emitNops(1); in emitFunctionBody()
3073 void AsmPrinter::emitNops(unsigned N) { in emitNops() function in AsmPrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp842 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops() function in MCObjectStreamer
H A DMCStreamer.cpp220 void llvm::MCStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLen, in emitNops() function in llvm::MCStreamer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp259 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4706 getParser().getStreamer().emitNops(NumBytes, Control, L); in parseDirectiveNops()