Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h836 struct RegsForValue { struct
839 SmallVector<EVT, 4> ValueVTs;
863 RegsForValue() = default; argument
875 void append(const RegsForValue &RHS) { in append() argument
907 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
H A DSelectionDAGBuilder.cpp777 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
782 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue