Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
89 unsigned VRBase = 0; in EmitCopyFromReg() local119 VRBase = DestReg; in EmitCopyFromReg()153 if (VRBase) in EmitCopyFromReg()161 if (VRBase) { in EmitCopyFromReg()174 VRBase = SrcReg; in EmitCopyFromReg()221 unsigned VRBase = 0; in CreateVirtualRegisters() local263 if (VRBase == 0) { in CreateVirtualRegisters()496 unsigned VRBase = 0; in EmitSubregNode() local506 VRBase = DestReg; in EmitSubregNode()555 if (VRBase == 0) in EmitSubregNode()[all …]
794 unsigned VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local795 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()798 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()