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 92 const SDValue *Parts, unsigned NumParts,
102 unsigned NumParts, MVT PartVT, EVT ValueVT,
106 return getCopyFromPartsVector(DAG, DL, Parts, NumParts,
109 assert(NumParts > 0 && "No parts to assemble!");
113 if (NumParts > 1) {
120 unsigned RoundParts = NumParts & (NumParts - 1) ?
121 1 << Log2_32(NumParts) : NumParts;
144 if (RoundParts < NumParts) {
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 457 milliseconds