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

  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.h 51 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
AArch64AsmPrinter.cpp 144 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
183 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.h 41 virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
SystemZAsmPrinter.cpp 59 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI,
  /external/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/llvm/lib/Target/Mips/
MipsAsmPrinter.h 70 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
MipsAsmPrinter.cpp 332 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
343 return AsmPrinter::PrintAsmOperand(MI,OpNum,AsmVariant,ExtraCode,O);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 53 virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
X86AsmPrinter.cpp 405 /// PrintAsmOperand - Print out an operand for an inline asm expression.
407 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
419 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 59 virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
ARMAsmPrinter.cpp 406 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
416 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 55 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
199 /// PrintAsmOperand - Print out an operand for an inline asm expression.
201 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
211 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 67 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
241 /// PrintAsmOperand - Print out an operand for an inline asm expression.
243 bool XCoreAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
253 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,
138 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS);
HexagonAsmPrinter.h 44 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 221 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
392 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
518 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
521 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 438 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
442 virtual bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 83 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
235 /// PrintAsmOperand - Print out an operand for an inline asm expression.
237 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
247 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
    [all...]

Completed in 352 milliseconds