Home
last modified time | relevance | path

Searched refs:VRBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp86 Register VRBase; in EmitCopyFromReg() local
115 VRBase = DestReg; in EmitCopyFromReg()
149 if (VRBase) in EmitCopyFromReg()
157 if (VRBase) { in EmitCopyFromReg()
158 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()
169 VRBase = SrcReg; in EmitCopyFromReg()
172 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()
174 VRBase).addReg(SrcReg); in EmitCopyFromReg()
180 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()
203 Register VRBase; in CreateVirtualRegisters() local
[all …]
H A DScheduleDAGSDNodes.cpp835 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local
836 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()
839 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()