Lines Matching refs:X86AsmPrinter
49 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
76 static void printSymbolOperand(X86AsmPrinter &P, const MachineOperand &MO, in printSymbolOperand()
184 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI,
191 static void printPCRelImm(X86AsmPrinter &P, const MachineInstr *MI, in printPCRelImm()
209 static void printOperand(X86AsmPrinter &P, const MachineInstr *MI, in printOperand()
242 static void printLeaMemReference(X86AsmPrinter &P, const MachineInstr *MI, in printLeaMemReference()
294 static void printMemReference(X86AsmPrinter &P, const MachineInstr *MI, in printMemReference()
306 static void printIntelMemReference(X86AsmPrinter &P, const MachineInstr *MI, in printIntelMemReference()
358 static bool printAsmMRegister(X86AsmPrinter &P, const MachineOperand &MO, in printAsmMRegister()
389 bool X86AsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo, in PrintAsmOperand()
480 bool X86AsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, in PrintAsmMemoryOperand()
513 void X86AsmPrinter::EmitStartOfAsmFile(Module &M) { in EmitStartOfAsmFile()
564 MCSymbol *X86AsmPrinter::GetCPISymbol(unsigned CPID) const { in GetCPISymbol()
586 void X86AsmPrinter::EmitEndOfAsmFile(Module &M) { in EmitEndOfAsmFile()
705 RegisterAsmPrinter<X86AsmPrinter> X(TheX86_32Target); in LLVMInitializeX86AsmPrinter()
706 RegisterAsmPrinter<X86AsmPrinter> Y(TheX86_64Target); in LLVMInitializeX86AsmPrinter()