Home
last modified time | relevance | path

Searched refs:RoundBits (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp218 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() local
219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts()
220 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits); in getCopyFromParts()
223 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2); in getCopyFromParts()
571 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() local
574 DAG.getIntPtrConstant(RoundBits, DL)); in getCopyToParts()