Searched refs:emitNops (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 210 emitNops(NoopsInSledCount); in EmitSled()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 184 void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
|
| H A D | MCStreamer.h | 796 virtual void emitNops(int64_t NumBytes, int64_t ControlledNopLength,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVMCInstLower.cpp | 229 AP.emitNops(Num); in lowerRISCVMachineInstrToMCInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 531 void emitNops(unsigned N);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 782 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 D | MCObjectStreamer.cpp | 842 void MCObjectStreamer::emitNops(int64_t NumBytes, int64_t ControlledNopLength, in emitNops() function in MCObjectStreamer
|
| H A D | MCStreamer.cpp | 220 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 D | AArch64AsmPrinter.cpp | 259 emitNops(Num); in LowerPATCHABLE_FUNCTION_ENTER()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4706 getParser().getStreamer().emitNops(NumBytes, Control, L); in parseDirectiveNops()
|