Lines Matching defs:mayUseShortThunk
62 bool mayUseShortThunk = true;
119 bool mayUseShortThunk = true;
146 bool mayUseShortThunk = true;
406 if (!mayUseShortThunk)
409 mayUseShortThunk = false;
424 bool mayUseShortThunk = true;
515 if (!mayUseShortThunk)
519 mayUseShortThunk = llvm::isInt<28>(s - p);
520 return mayUseShortThunk;
587 // it has not previously returned false (see comment for mayUseShortThunk).
589 if (!mayUseShortThunk)
593 mayUseShortThunk = false;
598 mayUseShortThunk = llvm::isInt<26>(offset);
599 return mayUseShortThunk;
629 // (see comment for mayUseShortThunk)
632 if (!mayUseShortThunk || !config->armJ1J2BranchEncoding)
636 mayUseShortThunk = false;
641 mayUseShortThunk = llvm::isInt<25>(offset);
642 return mayUseShortThunk;