Home
last modified time | relevance | path

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

/freebsd-14.2/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()
170 VRBase = SrcReg; in EmitCopyFromReg()
204 Register VRBase; in CreateVirtualRegisters() local
247 if (VRBase == 0) { in CreateVirtualRegisters()
478 Register VRBase; in EmitSubregNode() local
488 VRBase = DestReg; in EmitSubregNode()
537 if (!VRBase) in EmitSubregNode()
[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()