Lines Matching defs:mayUseShortThunk
70 bool mayUseShortThunk = true;
123 bool mayUseShortThunk = true;
157 bool mayUseShortThunk = true;
187 bool mayUseShortThunk = true;
498 if (!mayUseShortThunk)
501 mayUseShortThunk = false;
516 bool mayUseShortThunk = true;
609 if (!mayUseShortThunk)
613 mayUseShortThunk = llvm::isInt<28>(s - p);
614 if (!mayUseShortThunk)
616 return mayUseShortThunk;
712 if (!mayUseShortThunk)
725 mayUseShortThunk = (s - p + offset == 0 || s - p <= 4);
726 return mayUseShortThunk;
744 // it has not previously returned false (see comment for mayUseShortThunk).
746 if (!mayUseShortThunk)
750 mayUseShortThunk = false;
756 mayUseShortThunk = llvm::isInt<26>(offset);
757 if (!mayUseShortThunk)
759 return mayUseShortThunk;
789 // (see comment for mayUseShortThunk)
792 if (!mayUseShortThunk)
803 mayUseShortThunk = false;
809 mayUseShortThunk = llvm::isInt<25>(offset);
810 if (!mayUseShortThunk)
812 return mayUseShortThunk;