Home | History | Annotate | Download | only in X86

Lines Matching defs:Lower

10 // This file contains code to lower X86 MachineInstrs to their corresponding
34 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
46 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
67 /// GetSymbolFromOperand - Lower an MO_GlobalAddress or MO_ExternalSymbol
336 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
469 // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
703 // Lower these as normal, but add some comments.
712 // Lower these as normal, but add some comments.
746 // Lower the MO_GOT_ABSOLUTE_ADDRESS form of ADD32ri.
760 // Now that we have emitted the label, lower the complex operand expression.
780 MCInstLowering.Lower(MI, TmpInst);