Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1517 unsigned SourcePhysReg = VA.getLocReg(); in finishCall() local
1522 ResultReg = copyRegToRegClass(CpyRC, SourcePhysReg); in finishCall()
1528 ResultReg).addReg(SourcePhysReg); in finishCall()
1536 SourcePhysReg -= PPC::X0 - PPC::R0; in finishCall()
1537 ResultReg = copyRegToRegClass(&PPC::GPRCRegClass, SourcePhysReg); in finishCall()
1541 CLI.InRegs.push_back(SourcePhysReg); in finishCall()