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 95 MVT PartVT, EVT ValueVT, const Value *V);
104 unsigned NumParts, MVT PartVT, EVT ValueVT,
109 PartVT, ValueVT, V);
118 unsigned PartBits = PartVT.getSizeInBits();
133 PartVT, HalfVT, V);
135 RoundParts / 2, PartVT, HalfVT, V);
151 Parts + RoundParts, OddParts, PartVT, OddVT, V);
165 } else if (PartVT.isFloatingPoint()) {
167 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
177 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() &
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 78 milliseconds