reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2104             Mask |= (UINT64_C(1) << i);
 2107             Mask |= (UINT64_C(1) << i);
 2109             Mask |= (UINT64_C(1) << i);
 2116       bool Use32BitInsts = isUInt<32>(Mask);
 2118       unsigned ANDIMask = (Mask & UINT16_MAX),
 2119                ANDISMask = (Mask >> 16) & UINT16_MAX;
 2121       bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask));
 2129         NumAndInsts += selectI64ImmInstrCount(Mask) + /* and */ 1;
 2171       if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)))
 2202         TotalVal = SDValue(selectI64Imm(CurDAG, dl, Mask), 0);