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

References

lib/Target/AArch64/AArch64ISelLowering.cpp
  948     NewImm = (Imm | Ones) & Mask;
  953     if (isShiftedMask_64(NewImm) || isShiftedMask_64(~(NewImm | ~Mask)))
  953     if (isShiftedMask_64(NewImm) || isShiftedMask_64(~(NewImm | ~Mask)))
  977     NewImm |= NewImm << EltSize;
  977     NewImm |= NewImm << EltSize;
  982   assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 &&
  984   assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm");
  993   if (NewImm == 0 || NewImm == OrigMask) {
  993   if (NewImm == 0 || NewImm == OrigMask) {
  995                           TLO.DAG.getConstant(NewImm, DL, VT));
  999     Enc = AArch64_AM::encodeLogicalImmediate(NewImm, Size);