/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyAsmBackend.cpp | 61 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/ |
D | WebAssemblyAsmBackend.cpp | 70 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/ |
D | SystemZMCAsmBackend.cpp | 65 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/ |
D | BPFAsmBackend.cpp | 53 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/ |
D | BPFAsmBackend.cpp | 55 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/ |
D | SystemZMCAsmBackend.cpp | 71 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/ |
D | LanaiAsmBackend.cpp | 82 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/ |
D | LanaiAsmBackend.cpp | 75 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/ |
D | AMDGPUAsmBackend.cpp | 61 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/ |
D | AMDGPUAsmBackend.cpp | 52 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/ |
D | Nios2AsmBackend.h | 39 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
D | Nios2AsmBackend.cpp | 120 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/ |
D | AVRAsmBackend.h | 69 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 83 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 89 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 115 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/ |
D | ARMAsmBackend.h | 71 bool writeNopData(raw_ostream &OS, uint64_t Count) const override;
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 69 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override;
|
/external/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 122 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 153 virtual bool writeNopData(raw_ostream &OS, uint64_t Count) const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 477 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/ |
D | AArch64AsmBackend.cpp | 83 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/ |
D | MCAssembler.cpp | 409 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/ |
D | PPCAsmBackend.cpp | 181 bool writeNopData(raw_ostream &OS, uint64_t Count) const override { in writeNopData() function in __anon807394a00111::PPCAsmBackend
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 177 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const override { in writeNopData() function in __anonaff45f680111::PPCAsmBackend
|