Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp132 BusyRegs.push_back(convReg(AddressReg, 64)); in RegisterContext()
133 BusyRegs.push_back(convReg(ShadowReg, 64)); in RegisterContext()
134 BusyRegs.push_back(convReg(ScratchReg, 64)); in RegisterContext()
138 return convReg(BusyRegs[REG_OFFSET_ADDRESS], Size); in AddressReg()
142 return convReg(BusyRegs[REG_OFFSET_SHADOW], Size); in ShadowReg()
146 return convReg(BusyRegs[REG_OFFSET_SCRATCH], Size); in ScratchReg()
151 BusyRegs.push_back(convReg(Reg, 64)); in AddBusyReg()
165 return convReg(Reg, Size); in ChooseFrameReg()
171 unsigned convReg(unsigned Reg, unsigned Size) const { in convReg() function