Searched refs:X86AsmPrinter (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86MCInstLower.h27 class X86AsmPrinter;
36 X86AsmPrinter &AsmPrinter;
39 X86AsmPrinter &asmprinter);
H A DX86AsmPrinter.cpp1 //===-- X86AsmPrinter.cpp - Convert X86 LLVM code to AT&T assembly --------===//
15 #include "X86AsmPrinter.h"
53 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
79 void X86AsmPrinter::printSymbolOperand(const MachineOperand &MO,
208 void X86AsmPrinter::print_pcrel_imm(const MachineInstr *MI, unsigned OpNo,
231 void X86AsmPrinter::printOperand(const MachineInstr *MI, unsigned OpNo,
264 void X86AsmPrinter::printSSECC(const MachineInstr *MI, unsigned Op,
280 void X86AsmPrinter::printLeaMemReference(const MachineInstr *MI, unsigned Op,
327 void X86AsmPrinter::printMemReference(const MachineInstr *MI, unsigned Op,
338 void X86AsmPrinter
[all...]
H A DX86AsmPrinter.h1 //===-- X86AsmPrinter.h - Convert X86 LLVM code to assembly -----*- C++ -*-===//
34 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter { class in namespace:llvm
37 explicit X86AsmPrinter(TargetMachine &TM, MCStreamer &Streamer) function in class:llvm::X86AsmPrinter
H A DX86MCInstLower.cpp17 #include "X86AsmPrinter.h"
33 X86AsmPrinter &asmprinter)
251 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst,
594 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
/external/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp1 //===-- X86AsmPrinter.cpp - Convert X86 LLVM code to AT&T assembly --------===//
15 #include "X86AsmPrinter.h"
49 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
82 static void printSymbolOperand(X86AsmPrinter &P, const MachineOperand &MO,
170 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI,
177 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI,
195 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI,
228 static void printLeaMemReference(X86AsmPrinter &P, const MachineInstr *MI,
280 static void printMemReference(X86AsmPrinter &P, const MachineInstr *MI,
292 static void printIntelMemReference(X86AsmPrinter
[all...]
H A DX86AsmPrinter.h1 //===-- X86AsmPrinter.h - X86 implementation of AsmPrinter ------*- C++ -*-===//
28 class LLVM_LIBRARY_VISIBILITY X86AsmPrinter : public AsmPrinter { class in namespace:llvm
35 // It is used by the X86AsmPrinter to ensure that the stackmap shadow
95 // All instructions emitted by the X86AsmPrinter should use this helper
123 explicit X86AsmPrinter(TargetMachine &TM, function in class:llvm::X86AsmPrinter
H A DX86MCInstLower.cpp15 #include "X86AsmPrinter.h"
58 X86AsmPrinter &AsmPrinter;
60 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
82 void X86AsmPrinter::StackMapShadowTracker::count(MCInst &Inst,
96 void X86AsmPrinter::StackMapShadowTracker::emitShadowPadding(
105 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) {
111 X86AsmPrinter &asmprinter)
301 static void SimplifyShortMoveForm(X86AsmPrinter &Printer, MCInst &Inst,
693 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering,
844 void X86AsmPrinter
[all...]

Completed in 117 milliseconds