Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp179 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 DARMISelLowering.cpp4403 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 DX86ISelLowering.cpp2753 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()