Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp91 Register VRBase; in EmitCopyFromReg() local
121 VRBase = DestReg; in EmitCopyFromReg()
155 if (VRBase) in EmitCopyFromReg()
163 if (VRBase) { in EmitCopyFromReg()
164 DstRC = MRI->getRegClass(VRBase); in EmitCopyFromReg()
176 VRBase = SrcReg; in EmitCopyFromReg()
179 VRBase = MRI->createVirtualRegister(DstRC); in EmitCopyFromReg()
181 VRBase).addReg(SrcReg); in EmitCopyFromReg()
187 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg()
210 Register VRBase; in CreateVirtualRegisters() local
[all …]
H A DScheduleDAGSDNodes.cpp834 Register VRBase = MRI.createVirtualRegister(SU->CopyDstRC); in EmitPhysRegCopy() local
835 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy()
838 BuildMI(*BB, InsertPos, DebugLoc(), TII->get(TargetOpcode::COPY), VRBase) in EmitPhysRegCopy()