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

12

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinAsmPrinter.cpp59 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, function in class:BlackfinAsmPrinter
/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/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaAsmPrinter.cpp60 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, function in class:AlphaAsmPrinter
/external/swiftshader/third_party/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/Lanai/
H A DLanaiAsmPrinter.cpp52 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, function in class:LanaiAsmPrinter
/external/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp496 bool SystemZAsmPrinter::PrintAsmOperand(const MachineInstr *MI, function in class:SystemZAsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp55 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, function in class:SparcAsmPrinter
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp77 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
273 bool WebAssemblyAsmPrinter::PrintAsmOperand(const MachineInstr *MI, function in class:WebAssemblyAsmPrinter
281 if (!AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS))
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp372 /// PrintAsmOperand - Print out an operand for an inline asm expression.
374 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
386 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp71 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, function in class:XCoreAsmPrinter
249 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp345 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, function in class:AsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeAsmPrinter.cpp72 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
201 PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:MBlazeAsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsAsmPrinter.cpp286 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:MipsAsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp78 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, function in class:PPCAsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86AsmPrinter.cpp370 /// PrintAsmOperand - Print out an operand for an inline asm expression.
372 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:X86AsmPrinter
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp71 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, function in class:XCoreAsmPrinter
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp237 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, function in class:AsmPrinter
/external/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp98 bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNum,
241 bool AArch64AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:AArch64AsmPrinter
247 if (!AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O))
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp723 bool AMDGPUAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:AMDGPUAsmPrinter
733 return AsmPrinter::PrintAsmOperand(MI, OpNo, 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
139 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, OS);
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp64 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, function in class:SparcAsmPrinter
420 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp234 bool ARMAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:ARMAsmPrinter
244 return AsmPrinter::PrintAsmOperand(MI, OpNum, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp435 bool MipsAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNum, function in class:MipsAsmPrinter
446 return AsmPrinter::PrintAsmOperand(MI,OpNum,AsmVariant,ExtraCode,O);
/external/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp93 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, function in class:PPCAsmPrinter
236 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2237 /// PrintAsmOperand - Print out an operand for an inline asm expression.
2239 bool NVPTXAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, function in class:NVPTXAsmPrinter
2249 return AsmPrinter::PrintAsmOperand(MI, OpNo, AsmVariant, ExtraCode, O);

Completed in 1835 milliseconds

12