Searched refs:AddressReg (Results 1 – 1 of 1) sorted by relevance
144 BusyRegs.push_back(convReg(AddressReg, 64)); in RegisterContext()149 unsigned AddressReg(unsigned Size) const { in AddressReg() function566 SpillReg(Out, RegCtx.AddressReg(32)); in InstrumentMemOperandPrologue()583 RestoreReg(Out, RegCtx.AddressReg(32)); in InstrumentMemOperandEpilogue()632 unsigned AddressRegI32 = RegCtx.AddressReg(32); in InstrumentMemOperandSmall()707 unsigned AddressRegI32 = RegCtx.AddressReg(32); in InstrumentMemOperandLarge()826 SpillReg(Out, RegCtx.AddressReg(64)); in InstrumentMemOperandPrologue()841 RestoreReg(Out, RegCtx.AddressReg(64)); in InstrumentMemOperandEpilogue()887 if (RegCtx.AddressReg(64) != X86::RDI) { in EmitCallAsanReport()905 unsigned AddressRegI64 = RegCtx.AddressReg(64); in InstrumentMemOperandSmall()[all …]