Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp61 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
64 bool WebAssemblyAsmBackend::writeNopData(uint64_t Count, in writeNopData() function in __anon4c9cba8a0111::WebAssemblyAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp70 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
93 bool WebAssemblyAsmBackend::writeNopData(raw_ostream &OS, in writeNopData() function in __anon819a5ce20111::WebAssemblyAsmBackend
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp53 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
56 bool BPFAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { in writeNopData() function in __anon2d2cab3e0111::BPFAsmBackend
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp65 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
106 bool SystemZMCAsmBackend::writeNopData(uint64_t Count, in writeNopData() function in SystemZMCAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
121 bool SystemZMCAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in SystemZMCAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp55 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
60 bool BPFAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in BPFAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp82 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
85 bool LanaiAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon8a54c6100111::LanaiAsmBackend
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp75 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
78 bool LanaiAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { in writeNopData() function in __anon2aff67b80111::LanaiAsmBackend
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp61 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
144 bool AMDGPUAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { in writeNopData() function in AMDGPUAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp52 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
147 bool AMDGPUAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in AMDGPUAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
DNios2AsmBackend.h39 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
DNios2AsmBackend.cpp120 bool Nios2AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in Nios2AsmBackend
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h83 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.h69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.h89 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp115 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
204 bool RISCVAsmBackend::writeNopData(raw_ostream &OS, uint64_t Count) const { in writeNopData() function in __anon9f0fec140111::RISCVAsmBackend
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h69 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
/external/llvm/include/llvm/MC/
DMCAsmBackend.h122 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmBackend.h153 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp477 if (!getBackend().writeNopData(OS, DistanceToBoundary)) in writeFragmentPadding()
482 if (!getBackend().writeNopData(OS, BundlePadding)) in writeFragmentPadding()
528 if (!Asm.getBackend().writeNopData(OS, Count)) in writeFragment()
608 if (!Asm.getBackend().writeNopData(OS, FragmentSize)) in writeFragment()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp83 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
322 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const { in writeNopData() function in AArch64AsmBackend
/external/llvm/lib/MC/
DMCAssembler.cpp409 if (!getBackend().writeNopData(DistanceToBoundary, OW)) in writeFragmentPadding()
414 if (!getBackend().writeNopData(BundlePadding, OW)) in writeFragmentPadding()
459 if (!Asm.getBackend().writeNopData(Count, OW)) in writeFragment()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp177 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override { in writeNopData() function in __anona005f9910111::PPCAsmBackend
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp181 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anonff5b57e90111::PPCAsmBackend

12