Lines Matching defs:X86MCInstLower
1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
66 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
67 class X86MCInstLower {
75 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
142 X86MCInstLower::X86MCInstLower(const MachineFunction &mf,
147 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
153 MCSymbol *X86MCInstLower::GetSymbolFromOperand(const MachineOperand &MO) const {
230 MCOperand X86MCInstLower::LowerSymbolOperand(const MachineOperand &MO,
336 MCOperand X86MCInstLower::LowerMachineOperand(const MachineInstr *MI,
407 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
531 void X86AsmPrinter::LowerTlsAddr(X86MCInstLower &MCInstLowering,
791 X86MCInstLower &MCIL) {
852 X86MCInstLower &MCIL) {
888 X86MCInstLower &MCIL) {
983 X86MCInstLower &MCIL) {
1042 X86MCInstLower &MCIL) {
1104 X86MCInstLower &MCIL) {
1202 X86MCInstLower &MCIL) {
1305 X86MCInstLower &MCIL) {
1345 X86MCInstLower &MCIL) {
1377 X86MCInstLower &MCIL) {
2193 X86MCInstLower MCInstLowering(*MF, *this);