Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp214 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local
220 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()
500 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local
516 if (NumParts * PartBits > ValueVT.getSizeInBits()) { in getCopyToParts()
536 } else if (PartBits == ValueVT.getSizeInBits()) { in getCopyToParts()
540 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { in getCopyToParts()
545 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyToParts()
553 assert(NumParts * PartBits == ValueVT.getSizeInBits() && in getCopyToParts()
573 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts()
598 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
[all …]