Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
88 unsigned VRBase = 0; in EmitCopyFromReg() local118 VRBase = DestReg; in EmitCopyFromReg()152 if (VRBase) in EmitCopyFromReg()160 if (VRBase) { in EmitCopyFromReg()161 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()173 VRBase = SrcReg; in EmitCopyFromReg()176 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()178 VRBase).addReg(SrcReg); in EmitCopyFromReg()184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()202 unsigned VRBase = 0; in CreateVirtualRegisters() local[all …]
811 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local812 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()815 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()