Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1518 unsigned SourcePhysReg = VA.getLocReg(); in finishCall() local
1527 .addReg(SourcePhysReg); in finishCall()
1533 ResultReg).addReg(SourcePhysReg); in finishCall()
1542 SourcePhysReg -= PPC::X0 - PPC::R0; in finishCall()
1545 .addReg(SourcePhysReg); in finishCall()
1549 CLI.InRegs.push_back(SourcePhysReg); in finishCall()