Home
last modified time | relevance | path

Searched defs:Distance (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp55 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef
68 typedef int Distance; in tests() typedef
77 typedef std::size_t Distance; in tests() typedef
/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h81 uint32_t Distance = 0; member
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp29 unsigned Distance = Item.edit_distance(Search); in getBestGuess() local
50 unsigned Distance = NoPrefix.edit_distance(Search); in getBestGuess() local
H A DVariantValue.cpp49 unsigned Distance; in isConvertibleTo() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp159 static uptr Distance(uptr a, uptr b) { return a < b ? b - a : a - b; } in Distance() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DFileDistanceTests.cpp18 TEST(FileDistanceTests, Distance) { in TEST() argument
H A DQualityTests.cpp277 URIDistance Distance(ProxSources); in TEST() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp155 unsigned Distance = 0; in isJumpOutOfRange() local
/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h100 const SCEV *Distance = nullptr; // NULL implies no distance available. member
407 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp429 char32_t Value) -> bool { in nearestMatchesForCodepointName()
446 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
/llvm-project/llvm/unittests/ADT/
H A DSequenceTest.cpp196 TEST(SequenceTest, Distance) { in TEST() argument
H A DIteratorTest.cpp753 TEST(RangeTest, Distance) { in TEST() argument
814 TEST(RangeSizeTest, Distance) { in TEST() argument
/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp206 unsigned Distance = ~0U; in rescheduleCanonically() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.cpp181 unsigned Distance = getEnumInt() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1184 unsigned Distance = 1; global() member in __anonc429d1160111::MFMAExpInterleaveOpt::IsSuccOfPrevNthGroup
1212 IsSuccOfPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) IsSuccOfPrevNthGroup() argument
1221 unsigned Distance = 1; global() member in __anonc429d1160111::MFMAExpInterleaveOpt::IsReachableFromPrevNthGroup
1248 IsReachableFromPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) IsReachableFromPrevNthGroup() argument
2004 unsigned Distance = 1; global() member in __anonc429d1160111::MFMASmallGemmSingleWaveOpt::SharesPredWithPrevNthGroup
2046 SharesPredWithPrevNthGroup(unsigned Distance,const SIInstrInfo * TII,unsigned SGID,bool NeedsCache=false) SharesPredWithPrevNthGroup() argument
[all...]
/llvm-project/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp55 unsigned Distance = 1; in TEST() local
/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp79 unsigned *Distance) { in isBaseOf()
/llvm-project/clang/test/CodeGen/
H A Dfp-floatcontrol-pragma.cpp170 struct Distance {}; struct
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp224 OverloadedOperatorKind Op, SVal Distance) { in advancePosition() argument
/llvm-project/bolt/lib/Passes/
H A DTailDuplication.cpp260 uint64_t Distance = 0; in isInCacheLine() local
/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1001 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); updateConsecutiveMacroArgTokens() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp529 int64_t Distance; member
691 auto Distance = std::vector<int64_t>(NumBlocks(), INF); in findShortestPath() local
/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse() local
H A DLoopAccessAnalysis.cpp1752 couldPreventStoreLoadForward(uint64_t Distance,uint64_t TypeByteSize) couldPreventStoreLoadForward() argument
1870 areStridedAccessesIndependent(uint64_t Distance,uint64_t Stride,uint64_t TypeByteSize) areStridedAccessesIndependent() argument
2055 int64_t Distance = Val.getSExtValue(); isDependent() local
[all...]
/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp312 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARM64Instructions() local
1571 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARMInstructions() local

12