Home
last modified time | relevance | path

Searched defs:Diff (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp119 void addDiffForTargSlice(V Val, Target Targ, DiffOutput &Diff, in addDiffForTargSlice()
140 DiffOutput Diff(Name); in getSingleAttrDiff() local
153 DiffOutput Diff(Name); in getSingleAttrDiff() local
164 DiffOutput Diff(Name); in getSingleAttrDiff() local
174 DiffOutput Diff(Attribute); in getSingleAttrDiff() local
284 DiffOutput Diff(Attr); in recordDifferences() local
296 DiffOutput Diff(Attr); in recordDifferences() local
306 DiffOutput Diff(Attr); in recordDifferences() local
H A DDiffEngine.h137 InlineDoc(StringRef InstName, std::vector<DiffOutput> Diff) in InlineDoc()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp20 typedef typename Map::difference_type Diff; in testMap() typedef
42 typedef typename Set::difference_type Diff; in testSet() typedef
/llvm-project-15.0.7/libcxx/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp20 typedef typename Map::difference_type Diff; in testUnorderedMap() typedef
58 typedef typename Set::difference_type Diff; in testUnorderedSet() typedef
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DFindBugs.cpp79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
H A DBugDriver.cpp217 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
H A DExecutionDriver.cpp439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram() local
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDiffLog.h62 SmallVector<DiffRecord, 20> Diff; variable
/llvm-project-15.0.7/clang/tools/clang-diff/
H A DClangDiff.cpp266 static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff, in printHtmlForNode()
410 static void printDstChange(raw_ostream &OS, diff::ASTDiff &Diff,
501 diff::ASTDiff Diff(SrcTree, DstTree, Options); local
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp546 uint64_t Diff = LimVal1 - LimVal2; in calculateOffsetDiff() local
609 Optional<APInt> Diff = calculateOffsetDiff( in maximizeConstantsInRange() local
654 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); in findAndMakeBaseConstant() local
705 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); in findBaseConstants() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.h116 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour() local
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DLookup.cpp64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSemanticHighlightingTests.cpp1020 auto Diff = diffTokens(Before, After); in TEST() local
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DStringView.h31 if (int Diff = (int)Lhs[I] - (int)Rhs[I]) in compareMemory() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp841 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); in addOneCandidate() local
1260 const SCEVConstant *Diff = dyn_cast<SCEVConstant>( in alreadyPrepared() local
1406 auto isValidConstantDiff = [](const SCEV *Diff) { in runOnLoop()
1412 auto isValidChainCommoningDiff = [](const SCEV *Diff) { in runOnLoop()
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp86 const double Diff = S - SampleMean; in computeUnbiasedSampleVariance() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp229 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp145 double Diff; in CompareNumbers() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp79 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16() local
H A DAMDGPUPerfHintAnalysis.cpp383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp342 Value *Diff = Builder.CreateSub(Loads.Lhs, Loads.Rhs); in emitLoadCompareByteBlock() local
375 Value *Diff = nullptr; in getCompareLoadPairs() local
H A DMIRSampleProfile.cpp227 BranchProbability Diff; in setBranchProbs() local

123