Lines Matching full:bitfield
75 // We combine OR nodes for bitfield and NEON BSL operations.
2851 /// For a true bitfield insert, the bits getting into that contiguous mask
2867 // the simplest case of a completely straight bitfield operation, it will be
2869 // cases (e.g. bitfield to bitfield copy) may still need a real shift before
2889 // "struc.bitfield = val << 1".
2967 SDValue Bitfield = LHS.getOperand(0);
2968 if (getLSBForBFI(DAG, DL, VT, Bitfield, LHSMask) != -1) {
2977 Bitfield = RHS.getOperand(0);
2978 int32_t LSB = getLSBForBFI(DAG, DL, VT, Bitfield, RHSMask);
2983 bitfield width");
2986 LHS.getOperand(0), Bitfield,
3145 // Attempt to recognise bitfield-insert operations.