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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 117 unsigned RoundBits = PartBits * RoundParts;
118 EVT RoundVT = RoundBits == ValueBits ?
119 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
122 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
390 unsigned RoundBits = RoundParts * PartBits;
393 DAG.getIntPtrConstant(RoundBits));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 149 unsigned RoundBits = PartBits * RoundParts;
150 EVT RoundVT = RoundBits == ValueBits ?
151 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
154 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
465 unsigned RoundBits = RoundParts * PartBits;
468 DAG.getIntPtrConstant(RoundBits, DL));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 218 unsigned RoundBits = PartBits * RoundParts;
219 EVT RoundVT = RoundBits == ValueBits ?
220 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
223 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
571 unsigned RoundBits = RoundParts * PartBits;
574 DAG.getIntPtrConstant(RoundBits, DL));
    [all...]

Completed in 61 milliseconds