HomeSort by relevance Sort by last modified time
    Searched refs:writeNopData (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 153 /// writeNopData - Write an (optimal) nop sequence of Count bytes to the given
158 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const = 0;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 70 virtual bool writeNopData(uint64_t Count,
139 bool SystemZMCAsmBackend::writeNopData(uint64_t Count,
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUAsmBackend.cpp 59 virtual bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 235 /// WriteNopData - Write an (optimal) nop sequence of Count bytes
240 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 147 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 41 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
220 bool AArch64AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 121 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
285 bool X86AsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 131 bool writeNopData(uint64_t Count, MCObjectWriter *OW) const;
221 bool ARMAsmBackend::writeNopData(uint64_t Count, MCObjectWriter *OW) const {
  /external/llvm/lib/MC/
MCAssembler.cpp 568 if (!Asm.getBackend().writeNopData(DistanceToBoundary, OW))
573 if (!Asm.getBackend().writeNopData(BundlePadding, OW))
607 if (!Asm.getBackend().writeNopData(Count, OW))
    [all...]

Completed in 209 milliseconds