Lines Matching refs:RFV
1638 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue() local
1640 if (RFV.occupiesMultipleRegs()) { in handleDebugValue()
1650 for (const auto &RegAndSize : RFV.getRegsAndSizes()) { in handleDebugValue()
1705 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs() local
1709 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs()
1908 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl() local
1911 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl()
5925 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue() local
5927 if (RFV.occupiesMultipleRegs()) { in EmitFuncArgumentDbgValue()
5928 splitMultiRegDbgValue(RFV.getRegsAndSizes()); in EmitFuncArgumentDbgValue()
10715 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, V->getType(), in CopyValueToVirtualRegister() local
10724 RFV.getCopyToRegs(Op, DAG, getCurSDLoc(), Chain, nullptr, V, ExtendType); in CopyValueToVirtualRegister()