Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
91 Register VRBase; in EmitCopyFromReg() local121 VRBase = DestReg; in EmitCopyFromReg()155 if (VRBase) in EmitCopyFromReg()163 if (VRBase) { in EmitCopyFromReg()164 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()176 VRBase = SrcReg; in EmitCopyFromReg()179 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()181 VRBase).addReg(SrcReg); in EmitCopyFromReg()187 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()210 Register VRBase; in CreateVirtualRegisters() local[all …]
834 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()838 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()