Home
last modified time | relevance | path

Searched refs:writeNopData (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp62 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
86 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, in writeNopData() function in __anon51dbf0f30111::WebAssemblyAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp46 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
51 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in BPFAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
75 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon6ae6f8a10111::LanaiAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp93 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
150 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon487367450111::MSP430AsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp66 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
145 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in SystemZMCAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp85 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
203 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in M68kAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp47 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
172 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AMDGPUAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h42 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DCSKYAsmBackend.cpp148 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in CSKYAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h58 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DAVRAsmBackend.cpp458 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in llvm::AVRAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DMipsAsmBackend.cpp521 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in MipsAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h72 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DARMAsmBackend.cpp360 bool ARMAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in ARMAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h102 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
H A DRISCVAsmBackend.cpp355 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in RISCVAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h194 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp496 if (!getBackend().writeNopData(OS, DistanceToBoundary)) in writeFragmentPadding()
501 if (!getBackend().writeNopData(OS, BundlePadding)) in writeFragmentPadding()
547 if (!Asm.getBackend().writeNopData(OS, Count)) in writeFragment()
650 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit)) { in writeFragment()
667 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) in writeFragment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp167 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anonb550a46d0111::VEAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp199 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anondfed8a7a0111::PPCAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp277 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anonf6d83e490111::SparcAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp95 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
459 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AArch64AsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp689 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon42d4c60b0111::HexagonAsmBackend
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp212 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
1104 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in X86AsmBackend