Home | History | Annotate | Download | only in X86

Lines Matching defs:Lower

10 // This file contains code to lower X86 MachineInstrs to their corresponding
44 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
56 void Lower(const MachineInstr *MI, MCInst &OutMI) const;
126 /// GetSymbolFromOperand - Lower an MO_GlobalAddress or MO_ExternalSymbol
436 void X86MCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const {
553 // TAILJMPd, TAILJMPd64 - Lower to the correct jump instructions.
851 // Lower call target and choose correct opcode
921 // Lower a stackmap of the form:
930 // Lower a patchpoint of the form:
1092 // Lower these as normal, but add some comments.
1099 // Lower these as normal, but add some comments.
1105 // Lower these as normal, but add some comments.
1119 // Lower these as normal, but add some comments.
1171 // Lower the MO_GOT_ABSOLUTE_ADDRESS form of ADD32ri.
1185 // Now that we have emitted the label, lower the complex operand expression.
1272 // Lower
1408 MCInstLowering.Lower(MI, TmpInst);