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 __anond91b9ae10111::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 __anon69dc64190111::WebAssemblyAsmBackend
/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/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 __anon41bbbd950111::BPFAsmBackend
/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/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/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 __anon0b6d02c70111::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 __anon3aedcd8f0111::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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.h69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
/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/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 __anon202828cb0111::RISCVAsmBackend
/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/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.h69 bool writeNopData(uint64_t Count, MCObjectWriter *OW) 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/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 __anon807394a00111::PPCAsmBackend
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp177 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override { in writeNopData() function in __anonaff45f680111::PPCAsmBackend

12