/external/llvm/lib/Target/MSP430/ |
H A D | 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, function in class:MSP430AsmPrinter
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 59 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, function in class:SystemZAsmPrinter
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 144 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:AArch64AsmPrinter 183 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 125 /// PrintAsmOperand - Print out an operand for an inline asm expression. 127 bool HexagonAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:HexagonAsmPrinter 138 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS);
|
/external/llvm/lib/Target/Sparc/ |
H A D | 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, function in class:SparcAsmPrinter 211 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | 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, function in class:AsmPrinter
|
/external/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 405 /// PrintAsmOperand - Print out an operand for an inline asm expression. 407 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter 419 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
|
/external/llvm/lib/Target/XCore/ |
H A D | 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, function in class:XCoreAsmPrinter 253 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 332 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:MipsAsmPrinter 343 return AsmPrinter::PrintAsmOperand(MI,OpNum,AsmVariant,ExtraCode,O);
|
/external/llvm/lib/Target/PowerPC/ |
H A D | 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, function in class:PPCAsmPrinter 247 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 406 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:ARMAsmPrinter 416 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
|