Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp186 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local
191 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()
534 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local
535 if (NumParts * PartBits > ValueVT.getSizeInBits()) { in getCopyToParts()
555 } else if (PartBits == ValueVT.getSizeInBits()) { in getCopyToParts()
559 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { in getCopyToParts()
564 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyToParts()
572 assert(NumParts * PartBits == ValueVT.getSizeInBits() && in getCopyToParts()
592 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts()
618 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4447 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local
4449 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts()
4462 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local
4465 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()