/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 955 struct RegsForValue { struct 978 RegsForValue(); argument 980 RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, EVT valuevt); 982 RegsForValue(LLVMContext &Context, const TargetLowering &TLI, 986 void append(const RegsForValue &RHS) { in append() argument
|
D | SelectionDAGBuilder.cpp | 616 RegsForValue::RegsForValue() {} in RegsForValue() function in RegsForValue 618 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, 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 …]
|
D | StatepointLowering.cpp | 804 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 993 struct RegsForValue { struct 1020 RegsForValue() = default; argument 1021 RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, EVT valuevt, 1023 RegsForValue(LLVMContext &Context, const TargetLowering &TLI, 1032 void append(const RegsForValue &RHS) { in append() argument
|
D | SelectionDAGBuilder.cpp | 746 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, 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 …]
|
D | StatepointLowering.cpp | 863 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in LowerStatepoint()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 551 struct RegsForValue { struct 574 RegsForValue() {} in RegsForValue() argument 576 RegsForValue(const SmallVector<unsigned, 4> ®s, in RegsForValue() argument 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/ |
D | README.txt | 1488 RegsForValue::getCopyFromRegs doesn't know how to put an AssertSext on the
|