Home
last modified time | relevance | path

Searched refs:endOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp571 if (endOffset() > RHS.endOffset()) in operator <()
588 beginOffset() == RHS.beginOffset() && endOffset() == RHS.endOffset(); in operator ==()
2081 std::min(S.endOffset(), P.endOffset()) - P.beginOffset(); in isVectorPromotionViableForSlice()
2113 if (P.beginOffset() > S.beginOffset() || P.endOffset() < S.endOffset()) { in isVectorPromotionViableForSlice()
2126 if (P.beginOffset() > S.beginOffset() || P.endOffset() < S.endOffset()) { in isVectorPromotionViableForSlice()
2356 S.endOffset() != P.endOffset())) { in isVectorPromotionViable()
2363 if (S.beginOffset() == P.beginOffset() && S.endOffset() == P.endOffset()) in isVectorPromotionViable()
2756 EndOffset = I->endOffset(); in visit()
4301 if (!S.isSplittable() || S.endOffset() <= P.endOffset()) { in presplitLoadsAndStores()
4378 if (S->endOffset() > P.endOffset()) in presplitLoadsAndStores()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp175 assert((F == L || F.endOffset() <= L.beginOffset()) && in range()
177 return FileRange(F.file(), F.beginOffset(), L.endOffset()); in range()
215 R.endOffset()); in operator <<()
598 while (!L.LexFromRawLexer(T) && L.getCurrentBufferOffset() < FR.endOffset()) in tokenize()
602 if (SM.getFileOffset(T.getLocation()) < FR.endOffset()) in tokenize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h64 unsigned endOffset() const { return End; } in endOffset() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp970 CharUnits endOffset,
976 CharUnits endOffset) { in BuildStrongIvarLayout() argument
977 return BuildIvarLayout(OI, beginOffset, endOffset, true, false); in BuildStrongIvarLayout()
982 CharUnits endOffset, in BuildWeakIvarLayout() argument
984 return BuildIvarLayout(OI, beginOffset, endOffset, false, hasMRCWeakIvars); in BuildWeakIvarLayout()
5528 CharUnits beginOffset, CharUnits endOffset, in BuildIvarLayout() argument
5577 IvarLayoutBuilder builder(CGM, baseOffset, endOffset, ForStrongLayout); in BuildIvarLayout()