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

/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp53 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, function in class:MSP430AsmPrinter
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp107 /// PrintAsmOperand - Print out an operand for an inline asm expression.
109 bool HexagonAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:HexagonAsmPrinter
120 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS);
/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp193 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, function in class:SystemZAsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp239 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
410 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,
528 /// PrintAsmOperand - Print the specified operand of MI, an INLINEASM
531 bool AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:AsmPrinter
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp72 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
240 /// PrintAsmOperand - Print out an operand for an inline asm expression.
242 bool XCoreAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:XCoreAsmPrinter
252 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp99 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
265 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:AArch64AsmPrinter
271 if (!AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O))
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp377 /// PrintAsmOperand - Print out an operand for an inline asm expression.
379 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
391 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp84 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
216 /// PrintAsmOperand - Print out an operand for an inline asm expression.
218 bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:PPCAsmPrinter
228 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp66 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
407 /// PrintAsmOperand - Print out an operand for an inline asm expression.
409 bool SparcAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:SparcAsmPrinter
419 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp201 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:ARMAsmPrinter
211 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp438 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:MipsAsmPrinter
449 return AsmPrinter::PrintAsmOperand(MI,OpNum,AsmVariant,ExtraCode,O);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2351 /// PrintAsmOperand - Print out an operand for an inline asm expression.
2353 bool NVPTXAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:NVPTXAsmPrinter
2363 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);

Completed in 200 milliseconds