Searched refs:PartBits (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 179 unsigned PartBits = PartVT.getSizeInBits(); in getCopyFromParts() local 185 unsigned RoundBits = PartBits * RoundParts; in getCopyFromParts() 486 unsigned PartBits = PartVT.getSizeInBits(); in getCopyToParts() local 502 if (NumParts * PartBits > ValueVT.getSizeInBits()) { in getCopyToParts() 522 } else if (PartBits == ValueVT.getSizeInBits()) { in getCopyToParts() 526 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) { in getCopyToParts() 531 ValueVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits); in getCopyToParts() 539 assert(NumParts * PartBits == ValueVT.getSizeInBits() && in getCopyToParts() 559 unsigned RoundBits = RoundParts * PartBits; in getCopyToParts() 585 unsigned ThisBits = StepSize * PartBits / 2; in getCopyToParts() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4403 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local 4405 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts() 4420 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local 4423 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2753 unsigned PartBits = PartVT.getSizeInBits(); in splitValueIntoRegisterParts() local 2755 Val = DAG.getNode(ISD::ANY_EXTEND, DL, MVT::getIntegerVT(PartBits), Val); in splitValueIntoRegisterParts() 2769 unsigned PartBits = PartVT.getSizeInBits(); in joinRegisterPartsIntoValue() local 2772 Val = DAG.getNode(ISD::BITCAST, DL, MVT::getIntegerVT(PartBits), Val); in joinRegisterPartsIntoValue()
|