Searched defs:RegsForValue (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 993 struct RegsForValue { struct 996 SmallVector<EVT, 4> ValueVTs; 1020 RegsForValue() = default; argument 1032 void append(const RegsForValue &RHS) { in append() argument 1064 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
|
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
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 955 struct RegsForValue { struct 978 RegsForValue(); argument 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
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 551 struct RegsForValue { struct 555 SmallVector<EVT, 4> ValueVTs; 566 SmallVector<EVT, 4> RegVTs; 572 SmallVector<unsigned, 4> Regs; 574 RegsForValue() {} in RegsForValue() function 576 RegsForValue(const SmallVector<unsigned, 4> ®s, in RegsForValue() argument 580 RegsForValue(LLVMContext &Context, const TargetLowering &tli, in RegsForValue() argument 596 bool areValueTypesLegal(const TargetLowering &TLI) { in areValueTypesLegal() 606 void append(const RegsForValue &RHS) { in append()
|