Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSizeInBits

116       unsigned PartBits = PartVT.getSizeInBits();
117 unsigned ValueBits = ValueVT.getSizeInBits();
158 DAG.getConstant(Lo.getValueType().getSizeInBits(),
177 EVT IntVT = EVT::getIntegerVT(*DAG.getContext(), ValueVT.getSizeInBits());
210 if (PartEVT.getSizeInBits() == ValueVT.getSizeInBits())
288 if (ValueVT.getSizeInBits() == PartEVT.getSizeInBits())
302 if (PartEVT.getSizeInBits() == ValueVT.getSizeInBits() &&
349 unsigned PartBits = PartVT.getSizeInBits();
364 if (NumParts * PartBits > ValueVT.getSizeInBits()) {
378 } else if (PartBits == ValueVT.getSizeInBits()) {
382 } else if (NumParts * PartBits < ValueVT.getSizeInBits()) {
395 assert(NumParts * PartBits == ValueVT.getSizeInBits() &&
441 ValueVT.getSizeInBits()),
481 } else if (PartVT.getSizeInBits() == ValueVT.getSizeInBits()) {
720 unsigned RegSize = RegisterVT.getSizeInBits();
1768 if (!isUIntN(VT.getSizeInBits(), B.Cases[i].Mask)) {
2371 unsigned IntPtrBits = PTy.getSizeInBits();
2668 unsigned ShiftSize = ShiftTy.getSizeInBits();
2669 unsigned Op2Size = Op2.getValueType().getSizeInBits();
2680 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits()))
3183 unsigned PtrBits = PTy.getSizeInBits();
3197 APInt ElementSize = APInt(TLI->getPointerTy().getSizeInBits(),
3540 if (I.getAlignment() < VT.getSizeInBits() / 8)
3571 if (I.getAlignment() < VT.getSizeInBits() / 8)
5791 if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) {
5800 RegVT = MVT::getIntegerVT(OpInfo.ConstraintVT.getSizeInBits());
6519 if ((NumParts * PartVT.getSizeInBits() == VT.getSizeInBits()) ||