| /llvm-project-15.0.7/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 __anon65ed9bef0111::WebAssemblyAsmBackend
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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 __anon6a57e7410111::MSP430AsmBackend
|
| /llvm-project-15.0.7/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 __anonf873499d0111::LanaiAsmBackend
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 105 bool writeNopData(raw_ostream &OS, uint64_t Count, 187 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, 200 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVAsmBackend.cpp | 50 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon193a351b0111::SPIRVAsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 43 bool LoongArchAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in LoongArchAsmBackend
|
| H A D | LoongArchAsmBackend.h | 55 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.h | 58 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| H A D | AVRAsmBackend.cpp | 461 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in llvm::AVRAsmBackend
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 66 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 99 bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/MCTargetDesc/ |
| H A D | DirectXMCTargetDesc.cpp | 90 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon5ae624460111::DXILAsmBackend
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 203 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 170 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone922e8690111::VEAsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 201 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon6d79db760111::PPCAsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 95 bool writeNopData(raw_ostream &OS, uint64_t Count, 463 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 321 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon84648f450111::SparcAsmBackend
|