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()175 VRBase = SrcReg; in EmitCopyFromReg()209 Register VRBase; in CreateVirtualRegisters() local252 if (VRBase == 0) { in CreateVirtualRegisters()476 Register VRBase; in EmitSubregNode() local486 VRBase = DestReg; in EmitSubregNode()535 if (!VRBase) in EmitSubregNode()[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()