Home
last modified time | relevance | path

Searched refs:RoundBits (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp117 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local
118 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
119 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()
122 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()
390 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local
393 DAG.getIntPtrConstant(RoundBits)); in getCopyToParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp149 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local
150 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
151 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()
154 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()
465 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local
468 DAG.getIntPtrConstant(RoundBits, DL)); in getCopyToParts()