Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h725 struct RegsForValue { struct
728 SmallVector<EVT, 4> ValueVTs;
752 RegsForValue() = default; argument
762 void append(const RegsForValue &RHS) { in append() argument
794 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
H A DSelectionDAGBuilder.cpp848 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
853 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue