Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DUnicode.h81 uint32_t Distance = 0; member
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp155 unsigned Distance = 0; in isJumpOutOfRange() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp432 char32_t Value) -> bool { in nearestMatchesForCodepointName()
449 [&](const MatchForCodepointName &a, std::size_t Distance) { in nearestMatchesForCodepointName()
H A DYAMLParser.cpp1039 void Scanner::skip(uint32_t Distance) { in skip()
H A DCommandLine.cpp604 unsigned Distance = StringRef(Name).edit_distance( in LookupNearestOption() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp206 unsigned Distance = ~0U; in rescheduleCanonically() local
H A DMachinePipeliner.cpp1135 unsigned Distance = 1; in calculateRecMII() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTTypeTraits.cpp64 unsigned *Distance) { in isBaseOf()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp226 const SVal &Distance) { in advancePosition()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp528 int64_t Distance; member
690 auto Distance = std::vector<int64_t>(NumBlocks(), INF); in findShortestPath() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp1002 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); in updateConsecutiveMacroArgTokens() local
H A DLiteralSupport.cpp502 unsigned Distance = 0; in DiagnoseInvalidUnicodeCharacterName() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1678 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward()
1799 static bool areStridedAccessesIndependent(uint64_t Distance, uint64_t Stride, in areStridedAccessesIndependent()
1904 int64_t Distance = Val.getSExtValue(); in isDependent() local
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse() local
H A DDependenceAnalysis.cpp678 const SCEV *Distance = getDistance(II); in dump() local
1270 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest() local
1458 APInt Distance = APDelta; // these need to be initialzed in weakCrossingSIVtest() local
H A DScalarEvolution.cpp10490 const SCEV *Distance = CountDown ? Start : getNegativeSCEV(Start); in howFarToZero() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp312 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARM64Instructions() local
1559 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARMInstructions() local
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOptTable.cpp295 unsigned Distance = StringRef(Candidate).edit_distance( in findNearest() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp729 unsigned Distance = O.getName().edit_distance(Group, true, BestDistance); in getNearestOption() local
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp122 uint32_t Distance) { in getAdvancedSymbolEntryAddress()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1488 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch() local

12