Searched refs:DestinationReg (Results 1 – 1 of 1) sorted by relevance
493 Register DestinationReg = Register(0)) { in buildLoadInst() argument494 if (!DestinationReg.isValid()) in buildLoadInst()495 DestinationReg = createVirtualRegister(BaseType, GR, MIRBuilder); in buildLoadInst()499 MIRBuilder.buildLoad(DestinationReg, PtrRegister, PtrInfo, Align()); in buildLoadInst()500 return DestinationReg; in buildLoadInst()