Searched refs:PartBits (Results 1 – 2 of 2) sorted by relevance
186 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local191 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()534 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local535 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 …]
4447 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local4449 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts()4462 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local4465 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()