Home | History | Annotate | Download | only in XCore

Lines Matching refs:VReg

1124         unsigned VReg = RegInfo.createVirtualRegister(
1126 RegInfo.addLiveIn(VA.getLocReg(), VReg);
1127 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT));
1175 unsigned VReg = RegInfo.createVirtualRegister(
1177 RegInfo.addLiveIn(ArgRegs[i], VReg);
1178 SDValue Val = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32);
1275 // control-flow pattern. The incoming instruction knows the destination vreg