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.cpp87 Register VRBase; in EmitCopyFromReg() local
116 VRBase = DestReg; in EmitCopyFromReg()
150 if (VRBase) in EmitCopyFromReg()
158 if (VRBase) { in EmitCopyFromReg()
159 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()
170 VRBase = SrcReg; in EmitCopyFromReg()
173 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()
175 VRBase).addReg(SrcReg); in EmitCopyFromReg()
181 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()
204 Register VRBase; in CreateVirtualRegisters() local
[all …]
H A DScheduleDAGSDNodes.cpp836 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local
837 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()
840 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()