HomeSort by relevance Sort by last modified time
    Searched defs:PrintAsmOperand (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 53 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
125 /// PrintAsmOperand - Print out an operand for an inline asm expression.
127 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 60 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
142 /// PrintAsmOperand - Print out an operand for an inline asm expression.
144 bool AlphaAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 59 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
122 /// PrintAsmOperand - Print out an operand for an inline asm expression.
124 bool BlackfinAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 53 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
131 /// PrintAsmOperand - Print out an operand for an inline asm expression.
133 bool MSP430AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcAsmPrinter.cpp 55 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
179 /// PrintAsmOperand - Print out an operand for an inline asm expression.
181 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/Target/Lanai/
LanaiAsmPrinter.cpp 52 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
111 // PrintAsmOperand - Print out an operand for an inline asm expression.
112 bool LanaiAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 496 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 77 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
273 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
281 if (!AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS))
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 71 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
237 /// PrintAsmOperand - Print out an operand for an inline asm expression.
239 bool XCoreAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
249 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeAsmPrinter.cpp 72 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
201 PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 71 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
258 /// PrintAsmOperand - Print out an operand for an inline asm expression.
260 bool XCoreAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 237 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
409 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
534 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
537 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 98 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
241 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
247 if (!AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O))
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 723 bool AMDGPUAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
733 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 125 /// PrintAsmOperand - Print out an operand for an inline asm expression.
127 bool HexagonAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
139 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS);
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 64 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
408 /// PrintAsmOperand - Print out an operand for an inline asm expression.
410 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
420 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 372 /// PrintAsmOperand - Print out an operand for an inline asm expression.
374 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
386 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 345 Error = AP->PrintAsmOperand(MI, OpNo, AsmPrinterVariant,
404 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
407 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsAsmPrinter.cpp 286 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 78 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
240 /// PrintAsmOperand - Print out an operand for an inline asm expression.
242 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 370 /// PrintAsmOperand - Print out an operand for an inline asm expression.
372 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 435 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
446 return AsmPrinter::PrintAsmOperand(MI,OpNum,AsmVariant,ExtraCode,O);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 93 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
224 /// PrintAsmOperand - Print out an operand for an inline asm expression.
226 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
236 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 234 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
244 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp 401 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
    [all...]

Completed in 951 milliseconds

1 2