Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp626 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local
627 SDValue ShAmt = DAG.getShiftAmountConstant(DiffBits, NVT, dl); in PromoteIntRes_BSWAP()
654 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local
655 SDValue ShAmt = DAG.getShiftAmountConstant(DiffBits, NVT, dl); in PromoteIntRes_BITREVERSE()
H A DLegalizeDAG.cpp5380 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local
5385 DAG.getConstant(DiffBits, dl, in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2816 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2817 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()
2829 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2836 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()