Home
last modified time | relevance | path

Searched refs:isInRange (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp121 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 __anon4b553caa0111::ProtectedScopeFixer
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DWriter.cpp222 bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin);
394 bool Writer::isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function in Writer
429 if (lastThunk && isInRange(type, lastThunk->getRVA(), p, margin)) in getThunk()
495 if (isInRange(rel.Type, s, p, margin)) in createThunks()
613 if (!isInRange(rel.Type, s, p, 0)) in verifyRanges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3460 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function
3486 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange()
3499 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange()
5988 if ((Offset0 && isInRange(M, 0, NumElts)) || in getFauxShuffleMask()
5989 (Offset1 && isInRange(M, NumElts, 2 * NumElts))) in getFauxShuffleMask()
37846 assert(isInRange(Mask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain()
37966 SDValue LHS = isInRange(Mask[0], 0, 2) ? V1 : V2; in combineX86ShuffleChain()
37967 SDValue RHS = isInRange(Mask[1], 0, 2) ? V1 : V2; in combineX86ShuffleChain()
38808 if (isInRange(M0, 0, 4) && isInRange(M1, 0, 4)) { in canonicalizeShuffleMaskWithHorizOp()
38985 if (isInRange(M, BaseIdx, BaseIdx + RootMask.size())) in combineX86ShufflesRecursively()
[all …]