Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h996 struct RegsForValue { struct
1023 RegsForValue() = default; argument
1024 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
1026 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
1035 void append(const RegsForValue &RHS) { in append() argument
H A DSelectionDAGBuilder.cpp759 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
764 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
788 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
875 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
985 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1204 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
7200 RegsForValue AssignedRegs;
7444 OpInfo.AssignedRegs = RegsForValue(Regs, RegVT, ValueVT); in GetRegistersForValue()
7660 RegsForValue RetValRegs; in visitInlineAsm()
7663 std::vector<std::pair<RegsForValue, Value *>> IndirectStoresToEmit; in visitInlineAsm()
[all …]
H A DStatepointLowering.cpp872 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()