Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp589 struct RegsForValue { struct
593 SmallVector<EVT, 4> ValueVTs;
604 SmallVector<MVT, 4> RegVTs;
610 SmallVector<unsigned, 4> Regs;
612 RegsForValue() {} in RegsForValue() function
614 RegsForValue(const SmallVector<unsigned, 4> &regs, in RegsForValue() function
618 RegsForValue(LLVMContext &Context, const TargetLowering &tli, in RegsForValue() function
634 void append(const RegsForValue &RHS) { in append()