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 92 MVT PartVT, EVT ValueVT, const Value *V);
101 unsigned NumParts, MVT PartVT, EVT ValueVT,
106 PartVT, ValueVT, V);
115 unsigned PartBits = PartVT.getSizeInBits();
130 PartVT, HalfVT, V);
132 RoundParts / 2, PartVT, HalfVT, V);
148 Parts + RoundParts, OddParts, PartVT, OddVT, V);
162 } else if (PartVT.isFloatingPoint()) {
164 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
174 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() &
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 217 milliseconds