Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp62 bool writeNopData(raw_ostream &OS, uint64_t Count,
87 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone89e6b350111::WebAssemblyAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp72 bool writeNopData(raw_ostream &OS, uint64_t Count,
76 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anond6a67fe30111::LanaiAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp93 bool writeNopData(raw_ostream &OS, uint64_t Count,
151 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anona231c7070111::MSP430AsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp51 bool writeNopData(raw_ostream &OS, uint64_t Count,
71 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in BPFAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp85 bool writeNopData(raw_ostream &OS, uint64_t Count,
204 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in M68kAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp51 bool writeNopData(raw_ostream &OS, uint64_t Count,
184 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in XtensaMCAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp130 bool writeNopData(raw_ostream &OS, uint64_t Count,
200 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count,
205 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf76d6b610111::SPIRVAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h59 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DAVRAsmBackend.cpp497 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in llvm::AVRAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h52 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DCSKYAsmBackend.cpp348 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in CSKYAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h67 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DMipsAsmBackend.cpp532 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h67 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h89 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp91 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anona896770c0111::DXILAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h106 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp508 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding()
513 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding()
559 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment()
664 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment()
683 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h224 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp172 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon9654622f0111::VEAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp208 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon4bad11bc0111::PPCAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp324 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon6297c58b0111::SparcAsmBackend
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp98 bool writeNopData(raw_ostream &OS, uint64_t Count,
501 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend

12