Home
last modified time | relevance | path

Searched refs:X86AsmPrinter (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp51 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
77 void X86AsmPrinter::printSymbolOperand(const MachineOperand &MO, in printSymbolOperand()
211 void X86AsmPrinter::printPCRelImm(const MachineInstr *MI, unsigned OpNo, in printPCRelImm()
234 void X86AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo, in printOperand()
270 void X86AsmPrinter::printLeaMemReference(const MachineInstr *MI, unsigned Op, in printLeaMemReference()
317 void X86AsmPrinter::printMemReference(const MachineInstr *MI, unsigned Op, in printMemReference()
328 void X86AsmPrinter::printIntelMemReference(const MachineInstr *MI, unsigned Op, in printIntelMemReference()
379 bool X86AsmPrinter::printAsmMRegister(const MachineOperand &MO, char Mode, in printAsmMRegister()
407 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
485 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
[all …]
DX86AsmPrinter.h25 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter {
28 explicit X86AsmPrinter(TargetMachine &TM, MCStreamer &Streamer) in X86AsmPrinter() function
DLLVMBuild.txt34 required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter
DAndroid.mk14 X86AsmPrinter.cpp \
DCMakeLists.txt16 X86AsmPrinter.cpp
DX86MCInstLower.cpp41 X86AsmPrinter &AsmPrinter;
44 X86AsmPrinter &asmprinter);
58 X86AsmPrinter &asmprinter) in X86MCInstLower()
284 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst, in SimplifyShortMoveForm()
694 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) { in EmitInstruction()
/external/llvm/lib/Target/X86/MCTargetDesc/
DLLVMBuild.txt22 required_libraries = MC Support X86AsmPrinter X86Info
/external/llvm/lib/Target/X86/InstPrinter/
DLLVMBuild.txt20 name = X86AsmPrinter