Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp92 MVT PartVT, EVT ValueVT, const Value *V);
101 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument
106 PartVT, ValueVT, V); in getCopyFromParts()
115 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts()
130 PartVT, HalfVT, V); in getCopyFromParts()
132 RoundParts / 2, PartVT, HalfVT, V); in getCopyFromParts()
148 Parts + RoundParts, OddParts, PartVT, OddVT, V); in getCopyFromParts()
162 } else if (PartVT.isFloatingPoint()) { in getCopyFromParts()
164 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 && in getCopyFromParts()
174 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() && in getCopyFromParts()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1148 MVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); in GetReturnInfo() local
1162 Outs.push_back(ISD::OutputArg(Flags, PartVT, /*isFixed=*/true, 0, 0)); in GetReturnInfo()