Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h823 struct RegsForValue { struct
850 RegsForValue() = default; argument
851 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
853 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
862 void append(const RegsForValue &RHS) { in append() argument
DStatepointLowering.cpp870 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerAsSTATEPOINT()
1059 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
1155 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in visitGCRelocate()
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()
931 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
984 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1314 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue()
1368 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1566 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
5505 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h832 struct RegsForValue { struct
859 RegsForValue() = default; argument
860 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
862 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
871 void append(const RegsForValue &RHS) { in append() argument
DSelectionDAGBuilder.cpp774 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
779 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
803 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
890 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
946 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
999 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1354 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in handleDebugValue()
1408 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1600 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
5706 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue()
[all …]
DStatepointLowering.cpp905 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h955 struct RegsForValue { struct
978 RegsForValue(); argument
980 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt);
982 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
986 void append(const RegsForValue &RHS) { in append() argument
DSelectionDAGBuilder.cpp616 RegsForValue::RegsForValue() {} in RegsForValue() function in RegsForValue
618 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
622 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
640 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
745 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
801 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
1042 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1232 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
6395 RegsForValue AssignedRegs;
6538 OpInfo.AssignedRegs = RegsForValue(Regs, RegVT, ValueVT); in GetRegistersForValue()
[all …]
DStatepointLowering.cpp804 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()