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

  /external/swiftshader/third_party/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...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 121 MVT PartVT, EVT ValueVT, const Value *V);
130 MVT PartVT, EVT ValueVT, const Value *V,
134 PartVT, ValueVT, V);
143 unsigned PartBits = PartVT.getSizeInBits();
158 PartVT, HalfVT, V);
160 RoundParts / 2, PartVT, HalfVT, V);
176 Parts + RoundParts, OddParts, PartVT, OddVT, V);
191 } else if (PartVT.isFloatingPoint()) {
193 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
203 assert(ValueVT.isFloatingPoint() && PartVT.isInteger() &
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]

Completed in 112 milliseconds