Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
175 VRBase = SrcReg; in EmitCopyFromReg()
209 Register VRBase; in CreateVirtualRegisters() local
252 if (VRBase == 0) { in CreateVirtualRegisters()
476 Register VRBase; in EmitSubregNode() local
486 VRBase = DestReg; in EmitSubregNode()
535 if (!VRBase) in EmitSubregNode()
[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()