HomeSort by relevance Sort by last modified time
    Searched refs:X86AsmPrinter (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 1 //===-- X86AsmPrinter.h - X86 implementation of AsmPrinter ------*- C++ -*-===//
22 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter {
29 explicit X86AsmPrinter(TargetMachine &TM, MCStreamer &Streamer)
X86AsmPrinter.cpp 1 //===-- X86AsmPrinter.cpp - Convert X86 LLVM code to AT&T assembly --------===//
15 #include "X86AsmPrinter.h"
47 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
73 static void printSymbolOperand(X86AsmPrinter &P, const MachineOperand &MO,
174 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI,
181 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI,
199 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI,
232 static void printLeaMemReference(X86AsmPrinter &P, const MachineInstr *MI,
284 static void printMemReference(X86AsmPrinter &P, const MachineInstr *MI,
296 static void printIntelMemReference(X86AsmPrinter &P, const MachineInstr *MI
    [all...]
Android.mk 14 X86AsmPrinter.cpp \
X86MCInstLower.cpp 15 #include "X86AsmPrinter.h"
43 X86AsmPrinter &AsmPrinter;
45 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
62 X86AsmPrinter &asmprinter)
289 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst,
781 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
    [all...]

Completed in 49 milliseconds