Home
last modified time | relevance | path

Searched refs:NumParts (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp104 const SDValue *Parts, unsigned NumParts,
114 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument
118 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, in getCopyFromParts()
121 assert(NumParts > 0 && "No parts to assemble!"); in getCopyFromParts()
125 if (NumParts > 1) { in getCopyFromParts()
132 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts()
133 1 << Log2_32(NumParts) : NumParts; in getCopyFromParts()
156 if (RoundParts < NumParts) { in getCopyFromParts()
158 unsigned OddParts = NumParts - RoundParts; in getCopyFromParts()
167 EVT TotalVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyFromParts()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1481 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); in GetReturnInfo() local
1495 for (unsigned i = 0; i < NumParts; ++i) in GetReturnInfo()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1162 unsigned NumParts = TTI->getNumberOfParts(Tys[i]); in areInstsCompatible() local
1163 if (NumParts > 1) in areInstsCompatible()
1165 else if (!NumParts && VCost == ICost + JCost) in areInstsCompatible()