Searched refs:RegsForValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 898 struct RegsForValue { struct 921 RegsForValue(); argument 923 RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, EVT valuevt); 925 RegsForValue(LLVMContext &Context, const TargetLowering &TLI, 929 void append(const RegsForValue &RHS) { in append() argument
|
D | SelectionDAGBuilder.cpp | 595 RegsForValue::RegsForValue() {} in RegsForValue() function in RegsForValue 597 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, in RegsForValue() function in RegsForValue 601 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue 619 SDValue RegsForValue::getCopyFromRegs(SelectionDAG &DAG, in getCopyFromRegs() 717 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, SDLoc dl, in getCopyToRegs() 772 void RegsForValue::AddInlineAsmOperands(unsigned Code, bool HasMatching, in AddInlineAsmOperands() 975 RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), in getCopyFromRegs() 1167 RegsForValue RFV(*DAG.getContext(), TLI, DAG.getDataLayout(), InReg, in getValueImpl() 5937 RegsForValue AssignedRegs; 6081 OpInfo.AssignedRegs = RegsForValue(Regs, RegVT, ValueVT); in GetRegistersForValue() [all …]
|
D | StatepointLowering.cpp | 364 RegsForValue RFV( in lowerCallFromStatepoint()
|