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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 90 EVT PartVT, EVT ValueVT);
99 unsigned NumParts, EVT PartVT, EVT ValueVT,
102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
111 unsigned PartBits = PartVT.getSizeInBits();
126 PartVT, HalfVT);
128 RoundParts / 2, PartVT, HalfVT);
144 Parts + RoundParts, OddParts, PartVT, OddVT);
158 } else if (PartVT.isFloatingPoint()) {
160 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == EVT(MVT::f64) &&
170 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() &
    [all...]
TargetLowering.cpp     [all...]

Completed in 43 milliseconds