Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance
87 Register VRBase; in EmitCopyFromReg() local117 VRBase = DestReg; in EmitCopyFromReg()151 if (VRBase) in EmitCopyFromReg()159 if (VRBase) { in EmitCopyFromReg()171 VRBase = SrcReg; in EmitCopyFromReg()205 Register VRBase; in CreateVirtualRegisters() local248 if (VRBase == 0) { in CreateVirtualRegisters()479 Register VRBase; in EmitSubregNode() local489 VRBase = DestReg; in EmitSubregNode()538 if (!VRBase) in EmitSubregNode()[all …]
829 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local830 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()833 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()