Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp99 const SDValue *Parts, unsigned NumParts,
109 unsigned NumParts, MVT PartVT, EVT ValueVT, in getCopyFromParts() argument
113 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, in getCopyFromParts()
116 assert(NumParts > 0 && "No parts to assemble!"); in getCopyFromParts()
120 if (NumParts > 1) { in getCopyFromParts()
127 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts()
128 1 << Log2_32(NumParts) : NumParts; in getCopyFromParts()
151 if (RoundParts < NumParts) { in getCopyFromParts()
153 unsigned OddParts = NumParts - RoundParts; in getCopyFromParts()
162 EVT TotalVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyFromParts()
[all …]
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1484 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); in GetReturnInfo() local
1498 for (unsigned i = 0; i < NumParts; ++i) in GetReturnInfo()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1154 unsigned NumParts = TTI->getNumberOfParts(Tys[i]); in areInstsCompatible() local
1155 if (NumParts > 1) in areInstsCompatible()
1157 else if (!NumParts && VCost == ICost + JCost) in areInstsCompatible()