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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1317 unsigned SourcePhysReg = VA.getLocReg(); local
1326 .addReg(SourcePhysReg);
1332 ResultReg).addReg(SourcePhysReg);
1341 SourcePhysReg -= PPC::X0 - PPC::R0;
1344 .addReg(SourcePhysReg);
1348 UsedRegs.push_back(SourcePhysReg);

Completed in 47 milliseconds