Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4315 unsigned NVTSize = NVT.getScalarSizeInBits(); in ExpandIntRes_MULFIX() local
4316 assert((VTSize == NVTSize * 2) && "Expected the new value type to be half " in ExpandIntRes_MULFIX()
4338 uint64_t Part0 = Scale / NVTSize; // Part holding lowest bit needed. in ExpandIntRes_MULFIX()
4339 if (Scale % NVTSize) { in ExpandIntRes_MULFIX()
4340 SDValue ShiftAmount = DAG.getShiftAmountConstant(Scale % NVTSize, NVT, dl); in ExpandIntRes_MULFIX()
4379 if (Scale < NVTSize) { in ExpandIntRes_MULFIX()
4386 } else if (Scale == NVTSize) { in ExpandIntRes_MULFIX()
4393 DAG.getShiftAmountConstant(Scale - NVTSize, NVT, dl)); in ExpandIntRes_MULFIX()
4404 if (Scale < NVTSize) { in ExpandIntRes_MULFIX()
4410 assert(OverflowBits <= VTSize && OverflowBits > NVTSize && in ExpandIntRes_MULFIX()
[all …]