Searched refs:valuevt (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 753 RegsForValue(const SmallVector<unsigned, 4> ®s, MVT regvt, EVT valuevt,
|
H A D | SelectionDAGBuilder.cpp | 849 EVT valuevt, std::optional<CallingConv::ID> CC) in RegsForValue() argument 850 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs), in RegsForValue()
|