Home
last modified time | relevance | path

Searched refs:PartVT (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp103 MVT PartVT, EVT ValueVT, const Value *V);
112 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument
117 PartVT, ValueVT, V); in getCopyFromParts()
126 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts()
141 PartVT, HalfVT, V); in getCopyFromParts()
143 RoundParts / 2, PartVT, HalfVT, V); in getCopyFromParts()
159 Parts + RoundParts, OddParts, PartVT, OddVT, V); in getCopyFromParts()
174 } else if (PartVT.isFloatingPoint()) { in getCopyFromParts()
176 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
186 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() && in getCopyFromParts()
[all …]
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1505 MVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); in GetReturnInfo() local
1519 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isFixed=*/true, 0, 0)); in GetReturnInfo()