Searched refs:RFV (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 923 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerAsSTATEPOINT() local 926 RFV.getCopyToRegs(Relocated, DAG, getCurSDLoc(), Chain, nullptr); in LowerAsSTATEPOINT() 1152 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint() local 1157 RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); in LowerStatepoint() 1267 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in visitGCRelocate() local 1274 SDValue Relocation = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.cpp | 1406 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue() local 1408 if (RFV.occupiesMultipleRegs()) { in handleDebugValue() 1418 for (const auto &RegAndSize : RFV.getRegsAndSizes()) { in handleDebugValue() 1473 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs() local 1477 Result = RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, in getCopyFromRegs() 1675 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl() local 1678 return RFV.getCopyFromRegs(DAG, FuncInfo, getCurSDLoc(), Chain, nullptr, V); in getValueImpl() 5682 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue() local 5684 if (RFV.occupiesMultipleRegs()) { in EmitFuncArgumentDbgValue() 5685 splitMultiRegDbgValue(RFV.getRegsAndSizes()); in EmitFuncArgumentDbgValue() [all …]
|