HomeSort by relevance Sort by last modified time
    Searched refs:NumParts (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 104 const SDValue *Parts, unsigned NumParts,
114 unsigned NumParts, MVT PartVT, EVT ValueVT,
118 return getCopyFromPartsVector(DAG, DL, Parts, NumParts,
121 assert(NumParts > 0 && "No parts to assemble!");
125 if (NumParts > 1) {
132 unsigned RoundParts = NumParts & (NumParts - 1) ?
133 1 << Log2_32(NumParts) : NumParts;
156 if (RoundParts < NumParts) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 63 milliseconds