Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp55 bool writeNopData(raw_ostream &OS, uint64_t Count,
80 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone4cb5e740111::WebAssemblyAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp65 bool writeNopData(raw_ostream &OS, uint64_t Count,
69 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon77c15ca20111::LanaiAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp87 bool writeNopData(raw_ostream &OS, uint64_t Count,
145 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf576cf860111::MSP430AsmBackend
/src/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp44 bool writeNopData(raw_ostream &OS, uint64_t Count,
64 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in BPFAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp84 bool writeNopData(raw_ostream &OS, uint64_t Count,
202 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in M68kAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp48 bool writeNopData(raw_ostream &OS, uint64_t Count,
175 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in XtensaMCAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count,
203 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AMDGPUAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp125 bool writeNopData(raw_ostream &OS, uint64_t Count,
195 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp43 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon988848200111::SPIRVAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h52 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DAVRAsmBackend.cpp501 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in llvm::AVRAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h51 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DCSKYAsmBackend.cpp346 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in CSKYAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h54 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DMipsAsmBackend.cpp533 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in MipsAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count,
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h82 bool writeNopData(raw_ostream &OS, uint64_t Count,
/src/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp91 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonb019a70b0111::DXILAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h99 bool writeNopData(raw_ostream &OS, uint64_t Count,
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp601 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in writeFragmentPadding()
606 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding()
652 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment()
757 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment()
776 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h217 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
/src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp162 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anone6f45bae0111::VEAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp315 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon03b2a24a0111::SparcAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp200 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonecc7ee7b0111::PPCAsmBackend
/src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp97 bool writeNopData(raw_ostream &OS, uint64_t Count,
498 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in AArch64AsmBackend

12