Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1420 unsigned SourcePhysReg = VA.getLocReg(); in finishCall() local
1429 .addReg(SourcePhysReg); in finishCall()
1435 ResultReg).addReg(SourcePhysReg); in finishCall()
1444 SourcePhysReg -= PPC::X0 - PPC::R0; in finishCall()
1447 .addReg(SourcePhysReg); in finishCall()
1451 CLI.InRegs.push_back(SourcePhysReg); in finishCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1507 unsigned SourcePhysReg = VA.getLocReg(); in finishCall() local
1516 .addReg(SourcePhysReg); in finishCall()
1522 ResultReg).addReg(SourcePhysReg); in finishCall()
1531 SourcePhysReg -= PPC::X0 - PPC::R0; in finishCall()
1534 .addReg(SourcePhysReg); in finishCall()
1538 CLI.InRegs.push_back(SourcePhysReg); in finishCall()