Searched refs:RegsForValue (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 658 struct RegsForValue { struct 685 RegsForValue() = default; argument 686 RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, EVT valuevt, 688 RegsForValue(LLVMContext &Context, const TargetLowering &TLI, 695 void append(const RegsForValue &RHS) { in append() argument
|
| H A D | StatepointLowering.cpp | 923 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerAsSTATEPOINT() 1152 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint() 1267 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.cpp | 788 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, in RegsForValue() function in RegsForValue 793 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue 817 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() 904 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs() 960 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands() 1014 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes() 1406 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue() 1473 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs() 1675 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl() 8401 RegsForValue AssignedRegs; [all …]
|