Searched refs:isInRange (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransProtectedScope.cpp | 121 isInRange(I->getLocation(), BodyRange)) { in ProtectedScopeFixer() 152 if (isInRange(Diag.getLocation(), info.Range)) { in handleProtectedNote() 184 if (isInRange(DRE->getDecl()->getLocation(), info.Range) && in hasVarReferencedOutside() 185 !isInRange(DRE->getLocation(), info.Range)) in hasVarReferencedOutside() 191 bool isInRange(SourceLocation Loc, SourceRange R) { in isInRange() function in __anon87be0fe80111::ProtectedScopeFixer
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 357 static bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function 392 if (lastThunk && isInRange(type, lastThunk->getRVA(), p, margin)) in getThunk() 458 if (isInRange(rel.Type, s, p, margin)) in createThunks() 538 if (!isInRange(rel.Type, s, p, 0)) in verifyRanges()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 5587 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function 5613 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange() 5626 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange() 7804 if ((Offset0 && isInRange(M, 0, NumElts)) || in getFauxShuffleMask() 7805 (Offset1 && isInRange(M, NumElts, 2 * NumElts))) in getFauxShuffleMask() 12526 if (!isInRange(M, i, i + NumSubElts)) in matchShuffleAsBitRotate() 35847 assert(isInRange(BaseMask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain() 35966 SDValue LHS = isInRange(BaseMask[0], 0, 2) ? V1 : V2; in combineX86ShuffleChain() 35967 SDValue RHS = isInRange(BaseMask[1], 0, 2) ? V1 : V2; in combineX86ShuffleChain() 36765 SDValue Lo = isInRange(WideMask128[0], 0, 2) ? BC0 : BC1; in canonicalizeShuffleMaskWithHorizOp() [all …]
|