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 94 const SDValue *Parts, unsigned NumParts,
104 unsigned NumParts, MVT PartVT, EVT ValueVT,
108 return getCopyFromPartsVector(DAG, DL, Parts, NumParts,
111 assert(NumParts > 0 && "No parts to assemble!");
115 if (NumParts > 1) {
122 unsigned RoundParts = NumParts & (NumParts - 1) ?
123 1 << Log2_32(NumParts) : NumParts;
146 if (RoundParts < NumParts) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 165 milliseconds