Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp47 bool writeNopData(raw_ostream &OS, uint64_t Count,
73 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone9d166bf0111::WebAssemblyAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp74 bool writeNopData(raw_ostream &OS, uint64_t Count,
132 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon9d68ee110111::MSP430AsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp59 bool writeNopData(raw_ostream &OS, uint64_t Count,
63 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon86f45c6d0111::LanaiAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp38 bool writeNopData(raw_ostream &OS, uint64_t Count,
57 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in BPFAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp42 bool writeNopData(raw_ostream &OS, uint64_t Count,
179 bool XtensaAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in XtensaAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp75 bool writeNopData(raw_ostream &OS, uint64_t Count,
229 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in M68kAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp118 bool writeNopData(raw_ostream &OS, uint64_t Count,
181 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp32 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anona7bb47eb0111::SPIRVAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp48 bool writeNopData(raw_ostream &OS, uint64_t Count,
196 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h49 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DMipsAsmBackend.cpp586 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h47 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DAVRAsmBackend.cpp499 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in llvm::AVRAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h44 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DCSKYAsmBackend.cpp339 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in CSKYAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h60 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h69 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h82 bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp507 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding()
512 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding()
567 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment()
658 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment()
671 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp89 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon29be13160111::DXILAsmBackend
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h216 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp126 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon88421f390111::VEAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp133 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon12e5a2150111::SparcAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp131 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonfbfaee460111::PPCAsmBackend
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp87 bool writeNopData(raw_ostream &OS, uint64_t Count,
510 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend

12