Home
last modified time | relevance | path

Searched refs:AddressReg (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp144 BusyRegs.push_back(convReg(AddressReg, 64)); in RegisterContext()
149 unsigned AddressReg(unsigned Size) const { in AddressReg() function
566 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 …]