Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h714 struct RegsForValue { struct
741 RegsForValue() = default; argument
742 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
744 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
751 void append(const RegsForValue &RHS) { in append() argument
H A DStatepointLowering.cpp894 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerAsSTATEPOINT()
1127 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
1239 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in visitGCRelocate()
H A DSelectionDAGBuilder.cpp835 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
840 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
864 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
951 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
1007 void RegsForValue::AddInlineAsmOperands(InlineAsm::Kind Code, bool HasMatching, in AddInlineAsmOperands()
1061 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1638 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue()
1705 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1908 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
8978 RegsForValue AssignedRegs;
[all …]