Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h832 struct RegsForValue { struct
835 SmallVector<EVT, 4> ValueVTs;
859 RegsForValue() = default; argument
871 void append(const RegsForValue &RHS) { in append() argument
903 bool occupiesMultipleRegs() const { in occupiesMultipleRegs()
DSelectionDAGBuilder.cpp774 RegsForValue::RegsForValue(const SmallVector<unsigned, 4> &regs, MVT regvt, in RegsForValue() function in RegsForValue
779 RegsForValue::RegsForValue(LLVMContext &Context, const TargetLowering &TLI, in RegsForValue() function in RegsForValue