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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 89 const SDValue *Parts, unsigned NumParts,
99 unsigned NumParts, EVT PartVT, EVT ValueVT,
102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
104 assert(NumParts > 0 && "No parts to assemble!");
108 if (NumParts > 1) {
115 unsigned RoundParts = NumParts & (NumParts - 1) ?
116 1 << Log2_32(NumParts) : NumParts;
139 if (RoundParts < NumParts) {
    [all...]
TargetLowering.cpp     [all...]

Completed in 2519 milliseconds