Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1432 FunctionDistance &bestMatchDistance) { in searchFunctionInLibrary() argument
1442 if (distance.isSmallerThan(bestMatchDistance)) { in searchFunctionInLibrary()
1444 bestMatchDistance = std::move(distance); in searchFunctionInLibrary()
1469 FunctionDistance &bestMatchDistance) { in searchMathOperation() argument
1478 if (distance.isSmallerThan(bestMatchDistance)) { in searchMathOperation()
1480 bestMatchDistance = std::move(distance); in searchMathOperation()
1530 FunctionDistance bestMatchDistance; in getRuntimeFunction() local
1542 &bestNearMatch, bestMatchDistance); in getRuntimeFunction()
1545 &bestNearMatch, bestMatchDistance); in getRuntimeFunction()
1948 FunctionDistance bestMatchDistance; in getRuntimeCallGenerator() local
[all …]