Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h993 struct RegsForValue { struct
1020 RegsForValue() = default; argument
1021 RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, EVT valuevt,
1023 RegsForValue(LLVMContext &Context, const TargetLowering &TLI,
1032 void append(const RegsForValue &RHS) { in append() argument
DSelectionDAGBuilder.cpp746 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
751 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
775 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
862 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, in getCopyToRegs()
918 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
972 RegsForValue::getRegsAndSizes() const { in getRegsAndSizes()
1180 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs()
1371 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl()
4947 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), VMI->second, in EmitFuncArgumentDbgValue()
5306 RegsForValue RFV(V->getContext(), TLI, DAG.getDataLayout(), Reg, in visitIntrinsicCall()
[all …]
DStatepointLowering.cpp863 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp551 struct RegsForValue { struct
574 RegsForValue() {} in RegsForValue() function
576 RegsForValue(const SmallVector<unsigned, 4> &regs, in RegsForValue() function
580 RegsForValue(LLVMContext &Context, const TargetLowering &tli, in RegsForValue() function
606 void append(const RegsForValue &RHS) { in append() argument
641 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs()
732 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl, in getCopyToRegs()
782 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands()
985 RegsForValue RFV(*DAG.getContext(), TLI, InReg, V->getType()); in getValue()
1123 RegsForValue RFV(*DAG.getContext(), TLI, InReg, Inst->getType()); in getValueImpl()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME.txt1488 RegsForValue::getCopyFromRegs doesn't know how to put an AssertSext on the