| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 62 bool writeNopData(raw_ostream &OS, uint64_t Count, 87 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone98448360111::WebAssemblyAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 46 bool writeNopData(raw_ostream &OS, uint64_t Count, 52 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in BPFAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 72 bool writeNopData(raw_ostream &OS, uint64_t Count, 76 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoncab413640111::LanaiAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 93 bool writeNopData(raw_ostream &OS, uint64_t Count, 151 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoncff23ec80111::MSP430AsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 85 bool writeNopData(raw_ostream &OS, uint64_t Count, 204 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in M68kAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 105 bool writeNopData(raw_ostream &OS, uint64_t Count, 188 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, 183 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in XtensaMCAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, 201 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anoneb7afee20111::SPIRVAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.h | 61 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| H A D | LoongArchAsmBackend.cpp | 180 bool LoongArchAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in LoongArchAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.h | 59 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 52 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| H A D | CSKYAsmBackend.cpp | 347 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in CSKYAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.h | 66 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| H A D | MipsAsmBackend.cpp | 532 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 66 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 99 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/MCTargetDesc/ |
| H A D | DirectXMCTargetDesc.cpp | 90 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon2d5ee74d0111::DXILAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 501 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding() 506 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding() 552 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment() 657 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment() 676 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 202 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 170 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf25da8f00111::VEAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 95 bool writeNopData(raw_ostream &OS, uint64_t Count, 464 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 201 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon3fbaa53d0111::PPCAsmBackend
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 321 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon56a5590c0111::SparcAsmBackend
|