Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
87 Register VRBase; in EmitCopyFromReg() local116 VRBase = DestReg; in EmitCopyFromReg()150 if (VRBase) in EmitCopyFromReg()158 if (VRBase) { in EmitCopyFromReg()159 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()170 VRBase = SrcReg; in EmitCopyFromReg()173 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()175 VRBase).addReg(SrcReg); in EmitCopyFromReg()181 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()204 Register VRBase; in CreateVirtualRegisters() local[all …]
836 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local837 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()840 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()