Searched refs:isInRange (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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 __anon7c75b5e40111::ProtectedScopeFixer
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | Writer.cpp | 350 static bool isInRange(uint16_t relType, uint64_t s, uint64_t p, int margin) { in isInRange() function 385 if (lastThunk && isInRange(type, lastThunk->getRVA(), p, margin)) in getThunk() 451 if (isInRange(rel.Type, s, p, margin)) in createThunks() 531 if (!isInRange(rel.Type, s, p, 0)) in verifyRanges()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | JITLink.rst | 599 if (isInRange(B.getFixupAddress(E), GOTTarget)) {
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6060 static bool isInRange(int Val, int Low, int Hi) { in isInRange() function 6086 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi); in isUndefOrInRange() 6099 return isUndefOrZero(Val) || isInRange(Val, Low, Hi); in isUndefOrZeroOrInRange() 8483 if ((Offset0 && isInRange(M, 0, NumElts)) || in getFauxShuffleMask() 8484 (Offset1 && isInRange(M, NumElts, 2 * NumElts))) in getFauxShuffleMask() 13288 if (!isInRange(M, i, i + NumSubElts)) in matchShuffleAsBitRotate() 37974 assert(isInRange(Mask[0], 0, NumBaseMaskElts) && in combineX86ShuffleChain() 38097 SDValue LHS = isInRange(Mask[0], 0, 2) ? V1 : V2; in combineX86ShuffleChain() 38098 SDValue RHS = isInRange(Mask[1], 0, 2) ? V1 : V2; in combineX86ShuffleChain() 38896 SDValue Lo = isInRange(WideMask128[0], 0, 2) ? BC0 : BC1; in canonicalizeShuffleMaskWithHorizOp() [all …]
|