Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CodeGen/
H A D2005-01-02-PointerDifference.c4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp127 void addDiffForTargSlice(V Val, Target Targ, DiffOutput &Diff, in addDiffForTargSlice()
148 DiffOutput Diff(Name); in getSingleAttrDiff() local
161 DiffOutput Diff(Name); in getSingleAttrDiff() local
172 DiffOutput Diff(Name); in getSingleAttrDiff() local
182 DiffOutput Diff(Attribute); in getSingleAttrDiff() local
287 DiffOutput Diff(Attr); in recordDifferences() local
299 DiffOutput Diff(Attr); in recordDifferences() local
309 DiffOutput Diff(Attr); in recordDifferences() local
H A DDiffEngine.h131 InlineDoc(StringRef InstName, std::vector<DiffOutput> Diff) in InlineDoc()
/llvm-project/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/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/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/llvm/tools/llvm-diff/lib/
H A DDiffLog.h62 SmallVector<DiffRecord, 20> Diff; variable
/llvm-project/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/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp83 llvm::TimeRecord Diff = llvm::TimeRecord::getCurrentTime(/*Start=*/false); finalizeVisitor() local
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp551 uint64_t Diff = LimVal1 - LimVal2; calculateOffsetDiff() local
611 std::optional<APInt> Diff = calculateOffsetDiff( maximizeConstantsInRange() local
655 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); findAndMakeBaseConstant() local
705 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); findBaseConstants() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DClustering.h115 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour() local
/llvm-project/libc/src/__support/CPP/
H A Dstring_view.h34 if (int Diff = (int)Lhs[I] - (int)Rhs[I]) compareMemory() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp847 B.Elements.push_back(BucketElement(Diff, MemI)); in addOneCandidate() local
1267 if (Diff && !Diff->getAPInt().urem(Form)) { in alreadyPrepared() local
1413 __anon091fa8600702(const SCEV *Diff) runOnLoop() argument
1419 __anon091fa8600802(const SCEV *Diff) runOnLoop() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp234 std::string Diff; doSystemDiff() local
/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp146 double Diff; in CompareNumbers() local
/llvm-project/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzer.cpp
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp233 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSemanticHighlightingTests.cpp1258 auto Diff = diffTokens(Before, After); TEST() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp135 const auto Diff = std::abs(Cmp2 - Cmp1); matchClampI64ToI16() local
H A DAMDGPUPerfHintAnalysis.cpp383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset isLargeStride() local

1234