Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp185 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local
191 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()
490 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local
506 if (NumParts * PartBits > ValueVT.getSizeInBits()) { in getCopyToParts()
526 } else if (PartBits == ValueVT.getSizeInBits()) { in getCopyToParts()
530 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { in getCopyToParts()
535 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyToParts()
543 assert(NumParts * PartBits == ValueVT.getSizeInBits() && in getCopyToParts()
563 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts()
589 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4337 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local
4339 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts()
4354 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
4357 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()