Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1503 Register SourcePhysReg = VA.getLocReg(); in finishCall() local
1508 ResultReg = copyRegToRegClass(CpyRC, SourcePhysReg); in finishCall()
1514 ResultReg).addReg(SourcePhysReg); in finishCall()
1522 SourcePhysReg = (SourcePhysReg - PPC::X0) + PPC::R0; in finishCall()
1523 ResultReg = copyRegToRegClass(&PPC::GPRCRegClass, SourcePhysReg); in finishCall()
1527 CLI.InRegs.push_back(SourcePhysReg); in finishCall()