Searched defs:PrintAsmOperand (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp53 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 DSystemZAsmPrinter.cpp59 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, function in class:SystemZAsmPrinter
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp144 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 DHexagonAsmPrinter.cpp125 /// 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 DSparcAsmPrinter.cpp55 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 DAsmPrinterInlineAsm.cpp221 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 DX86AsmPrinter.cpp405 /// 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 DXCoreAsmPrinter.cpp67 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 DMipsAsmPrinter.cpp332 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 DPPCAsmPrinter.cpp83 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 DARMAsmPrinter.cpp406 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:ARMAsmPrinter
416 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);

Completed in 121 milliseconds