Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp105 MVT PartVT, EVT ValueVT, const Value *V);
114 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument
119 PartVT, ValueVT, V); in getCopyFromParts()
128 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts()
143 PartVT, HalfVT, V); in getCopyFromParts()
145 RoundParts / 2, PartVT, HalfVT, V); in getCopyFromParts()
161 Parts + RoundParts, OddParts, PartVT, OddVT, V); in getCopyFromParts()
176 } else if (PartVT.isFloatingPoint()) { in getCopyFromParts()
178 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
188 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() && in getCopyFromParts()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1482 MVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); in GetReturnInfo() local
1496 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isFixed=*/true, 0, 0)); in GetReturnInfo()