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()170 VRBase = SrcReg; in EmitCopyFromReg()204 Register VRBase; in CreateVirtualRegisters() local247 if (VRBase == 0) { in CreateVirtualRegisters()478 Register VRBase; in EmitSubregNode() local488 VRBase = DestReg; in EmitSubregNode()537 if (!VRBase) in EmitSubregNode()[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()