| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2005-01-02-PointerDifference.c | 4 int Diff(int *P, int *Q) { return P-Q; } in Diff() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | 119 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 D | DiffEngine.h | 137 InlineDoc(StringRef InstName, std::vector<DiffOutput> Diff) in InlineDoc()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/ |
| H A D | iterator_types.pass.cpp | 20 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 D | iterator_difference_type.pass.cpp | 20 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 D | FindBugs.cpp | 79 Expected<bool> Diff = diffProgram(*Program, Filename, "", false); in runManyPasses() local
|
| H A D | BugDriver.cpp | 217 Expected<bool> Diff = diffProgram(*Program, "", "", false); in run() local
|
| H A D | ExecutionDriver.cpp | 439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DiffLog.h | 62 SmallVector<DiffRecord, 20> Diff; variable
|
| /llvm-project-15.0.7/clang/tools/clang-diff/ |
| H A D | ClangDiff.cpp | 266 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 D | stack_trace_compressor.cpp | 73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | ConstantHoisting.cpp | 546 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 D | HexagonFixupHwLoops.cpp | 148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.h | 116 const auto Diff = P[I].PerInstructionValue - Q[I].PerInstructionValue; in isNeighbour() local
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | Lookup.cpp | 64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SemanticHighlightingTests.cpp | 1020 auto Diff = diffTokens(Before, After); in TEST() local
|
| /llvm-project-15.0.7/libc/src/__support/CPP/ |
| H A D | StringView.h | 31 if (int Diff = (int)Lhs[I] - (int)Rhs[I]) in compareMemory() local
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCLoopInstrFormPrep.cpp | 841 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 D | ResultAnalyzer.cpp | 86 const double Diff = S - SampleMean; in computeUnbiasedSampleVariance() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionDivision.cpp | 229 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 145 double Diff; in CompareNumbers() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 79 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16() local
|
| H A D | AMDGPUPerfHintAnalysis.cpp | 383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 342 Value *Diff = Builder.CreateSub(Loads.Lhs, Loads.Rhs); in emitLoadCompareByteBlock() local 375 Value *Diff = nullptr; in getCompareLoadPairs() local
|
| H A D | MIRSampleProfile.cpp | 227 BranchProbability Diff; in setBranchProbs() local
|