Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
86 Register VRBase; in EmitCopyFromReg() local115 VRBase = DestReg; in EmitCopyFromReg()149 if (VRBase) in EmitCopyFromReg()157 if (VRBase) { in EmitCopyFromReg()158 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()169 VRBase = SrcReg; in EmitCopyFromReg()172 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()174 VRBase).addReg(SrcReg); in EmitCopyFromReg()180 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()203 Register VRBase; in CreateVirtualRegisters() local[all …]
835 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local836 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()839 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()