Searched defs:RegsForValue (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 832 struct RegsForValue { struct 835 SmallVector<EVT, 4> ValueVTs; 859 RegsForValue() = default; argument 871 void append(const RegsForValue &RHS) { in append() argument 903 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
|
H A D | SelectionDAGBuilder.cpp | 774 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, in RegsForValue() function in RegsForValue 779 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 714 struct RegsForValue { struct 717 SmallVector<EVT, 4> ValueVTs; 741 RegsForValue() = default; argument 751 void append(const RegsForValue &RHS) { in append() argument 783 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
|
H A D | SelectionDAGBuilder.cpp | 804 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, in RegsForValue() function in RegsForValue 809 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 955 struct RegsForValue { struct 978 RegsForValue(); argument 986 void append(const RegsForValue &RHS) { in append() argument
|
H A 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
|