Searched refs:PartBits (Results 1 – 2 of 2) sorted by relevance
185 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local191 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts()490 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local506 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 …]
4337 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local4339 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts()4354 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local4357 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()