Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp53 bool writeNopData(raw_ostream &OS, uint64_t Count,
78 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in getFixupKindInfo()
80 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in __anon0ecb48d20111::WebAssemblyAsmBackend
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp64 bool writeNopData(raw_ostream &OS, uint64_t Count,
68 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
69 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in __anon9c104a000111::LanaiAsmBackend
/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp86 bool writeNopData(raw_ostream &OS, uint64_t Count,
144 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
145 bool MSP430AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in __anon69368c640111::MSP430AsmBackend
/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp43 bool writeNopData(raw_ostream &OS, uint64_t Count,
63 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
64 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in BPFAsmBackend
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp109 bool writeNopData(raw_ostream &OS, uint64_t Count, in getRelaxedOpcodeBranch()
270 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
202 bool M68kAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in M68kAsmBackend
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp48 bool writeNopData(raw_ostream &OS, uint64_t Count,
177 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
175 bool XtensaMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in XtensaMCAsmBackend
/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
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp50 bool writeNopData(raw_ostream &OS, uint64_t Count,
208 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
202 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in AMDGPUAsmBackend
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVAsmBackend.cpp43 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonbcd7357e0111::SPIRVAsmBackend
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h51 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DCSKYAsmBackend.cpp347 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
346 bool CSKYAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in CSKYAsmBackend
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h52 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DAVRAsmBackend.cpp494 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in getFixupKindInfo()
497 bool AVRAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in llvm::AVRAsmBackend
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h54 bool writeNopData(raw_ostream &OS, uint64_t Count,
H A DMipsAsmBackend.cpp529 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count,
532 bool MipsAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in MipsAsmBackend
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h66 bool writeNopData(raw_ostream &OS, uint64_t Count,
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h82 bool writeNopData(raw_ostream &OS, uint64_t Count,
/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp92 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
91 bool writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in __anon4508a2e90111::DXILAsmBackend
/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp590 if (!getBackend().writeNopData(OS, DistanceToBoundary, STI)) in registerSymbol()
595 if (!getBackend().writeNopData(OS, BundlePadding, STI)) in writeFragmentPadding()
641 if (!Asm.getBackend().writeNopData(OS, Count, AF.getSubtargetInfo())) in writeFragment()
741 if (!Asm.getBackend().writeNopData(OS, NumBytesToEmit, in writeFragment()
760 if (!Asm.getBackend().writeNopData(OS, FragmentSize, BF.getSubtargetInfo())) in writeFragment()
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h99 bool writeNopData(raw_ostream &OS, uint64_t Count,
/llvm-project/llvm/include/llvm/MC/
H A DMCAsmBackend.h220 virtual bool writeNopData(raw_ostream &OS, uint64_t Count,
/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp162 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anonf3ec1a8c0111::VEAsmBackend
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp199 bool writeNopData(raw_ostream &OS, uint64_t Count,
200 bool writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in __anon1116dbd90111::PPCAsmBackend
/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp315 bool writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData() function in __anon28018fa80111::SparcAsmBackend
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp95 bool writeNopData(raw_ostream &OS, uint64_t Count,
506 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
498 bool AArch64AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, writeNopData() function in AArch64AsmBackend

12