Home
last modified time | relevance | path

Searched defs:RegsForValue (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h993 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()
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
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h955 struct RegsForValue { struct
978 RegsForValue(); argument
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
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp551 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> &regs, in RegsForValue() argument
580 RegsForValue(LLVMContext &Context, const TargetLowering &tli, in RegsForValue() function
596 bool areValueTypesLegal(const TargetLowering &TLI) { in areValueTypesLegal()
606 void append(const RegsForValue &RHS) { in append()