Home
last modified time | relevance | path

Searched refs:RegsForValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h836 struct RegsForValue { struct
863 RegsForValue() = default; argument
864 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
866 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
875 void append(const RegsForValue &RHS) { in append() argument
H A DStatepointLowering.cpp900 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerAsSTATEPOINT()
1106 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
1202 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in visitGCRelocate()
H A DSelectionDAGBuilder.cpp777 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
782 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
806 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
893 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
949 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
1003 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1391 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue()
1458 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1655 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
8116 RegsForValue AssignedRegs;
[all …]