Home
last modified time | relevance | path

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

12

/freebsd/contrib/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.cpp48 unsigned Distance; in isConvertibleTo() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h83 uint32_t Distance = 0; member
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp146 unsigned Distance = 0; in isJumpOutOfRange() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h101 const SCEV *Distance = nullptr; // NULL implies no distance available. member
421 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp449 return a.Distance < Distance; in nearestMatchesForCodepointName() argument
432 __anonef2277cc0302(const Node &Node, uint32_t Distance, char32_t Value) nearestMatchesForCodepointName() argument
[all...]
H A DYAMLParser.cpp1047 void Scanner::skip(uint32_t Distance) { in skip()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp207 unsigned Distance = ~0U; in rescheduleCanonically() local
H A DRegAllocFast.cpp109 unsigned Distance = 1; in getIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1153 unsigned Distance = 1; member in __anon5d856e630111::MFMAExpInterleaveOpt::IsSuccOfPrevNthGroup
1181 IsSuccOfPrevNthGroup(unsigned Distance, const SIInstrInfo *TII, in IsSuccOfPrevNthGroup()
1190 unsigned Distance = 1; member in __anon5d856e630111::MFMAExpInterleaveOpt::IsReachableFromPrevNthGroup
1217 IsReachableFromPrevNthGroup(unsigned Distance, const SIInstrInfo *TII, in IsReachableFromPrevNthGroup()
1998 unsigned Distance = 1; member in __anon5d856e630111::MFMASmallGemmSingleWaveOpt::SharesPredWithPrevNthGroup
2040 SharesPredWithPrevNthGroup(unsigned Distance, const SIInstrInfo *TII, in SharesPredWithPrevNthGroup()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp79 unsigned *Distance) { in isBaseOf()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp225 OverloadedOperatorKind Op, SVal Distance) { in advancePosition()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1011 auto Distance = Loc.getRawEncoding() - Last.getRawEncoding(); in updateConsecutiveMacroArgTokens() local
H A DLiteralSupport.cpp565 unsigned Distance = 0; in DiagnoseInvalidUnicodeCharacterName() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp195 const SCEV *Distance = D->getDistance(Level); in dumpExampleDependence() local
697 const SCEV *Distance = getDistance(II); in dump() local
1289 APInt Distance = ConstDelta; // these need to be initialized in strongSIVtest() local
1477 APInt Distance = APDelta; // these need to be initialzed in weakCrossingSIVtest() local
4023 const SCEV *Distance = Result.getDistance(II); in depends() local
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse() local
H A DLoopAccessAnalysis.cpp1803 bool MemoryDepChecker::couldPreventStoreLoadForward(uint64_t Distance, in couldPreventStoreLoadForward()
1928 static bool areStridedAccessesIndependent(uint64_t Distance, uint64_t Stride, in areStridedAccessesIndependent()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp477 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARM64Instructions() local
1777 uint32_t Distance = (uint32_t)*MaybeDistance; in checkARMInstructions() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h122 unsigned Distance = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp326 unsigned Distance = StringRef(Candidate).edit_distance( in internalFindNearest() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp759 unsigned Distance = O.getName().edit_distance(Group, true, BestDistance); in getNearestOption() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp129 uint32_t Distance) { in getAdvancedSymbolEntryAddress()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1375 unsigned Distance = computeMatchDistance(Buffer.substr(i)); in printFuzzyMatch() local

12