Home | History | Annotate | Download | only in X86

Lines Matching defs:Base

20 // (Operand), Base, Scale, Index, Displacement.
35 /// The base register can be a frame index, which will eventually be replaced
47 } Base;
57 Base.Reg = 0;
65 MO.push_back(MachineOperand::CreateReg(Base.Reg, false, false,
69 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex));
128 MIB.addReg(AM.Base.Reg);
131 MIB.addFrameIndex(AM.Base.FrameIndex);
143 /// addFrameReference - This function is used to add a reference to the base of
145 /// reference has base register as the FrameIndex offset until it is resolved.
168 /// base of a constant value spilled to the per-function constant pool. The