Home | History | Annotate | Download | only in ARM

Lines Matching defs:Base

71     } Base;
78 Base.Reg = 0;
793 // Try to grab the base operand now.
809 Addr.Base.FI = SI->second;
822 Addr.Base.Reg = Tmp;
827 if (Addr.Base.Reg == 0) Addr.Base.Reg = getRegForValue(Obj);
828 return Addr.Base.Reg != 0;
854 // put the alloca address into a register, set the base type back to
863 .addFrameIndex(Addr.Base.FI)
865 Addr.Base.Reg = ResultReg;
872 Addr.Base.Reg = FastEmit_ri_(MVT::i32, ISD::ADD, Addr.Base.Reg,
887 // Frame base works a bit differently. Handle it separately.
889 int FI = Addr.Base.FI;
907 MIB.addReg(Addr.Base.Reg);
949 // Create the base instruction, then add the operands.
1012 // Create the base instruction, then add the operands.
1654 Addr.Base.Reg = ARM::SP;