Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/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
H A DMiscompilation.cpp82 Expected<bool> Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", in doTest() local
238 Expected<bool> Diff in testMergedProgram() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.h62 SmallVector<DiffRecord, 20> Diff; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp546 uint64_t Diff = LimVal1 - LimVal2; calculateOffsetDiff() local
606 std::optional<APInt> Diff = calculateOffsetDiff( maximizeConstantsInRange() local
650 APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue(); findAndMakeBaseConstant() local
700 APInt Diff = CC->ConstInt->getValue() - MinValItr->ConstInt->getValue(); findBaseConstants() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp73 uintptr_t Diff = Unpacked[CurrentDepth]; in pack() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp148 unsigned Diff = AbsoluteDifference(InstOffset, in fixupLoopInstrs() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DLookup.cpp64 unsigned Diff = UseNamespaces.size() - FromNamespaces.size(); in usingFromDifferentCanonicalNamespace() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1414 return dyn_cast<SCEVConstant>(Diff) != nullptr; in runOnLoop() argument
842 const SCEV *Diff = SE->getMinusSCEV(LSCEV, B.BaseSCEV); addOneCandidate() local
1262 const SCEVConstant *Diff = dyn_cast<SCEVConstant>( alreadyPrepared() local
1408 __anon5d2d199f0702(const SCEV *Diff) runOnLoop() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp234 std::string Diff; in doSystemDiff() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp146 double Diff; in CompareNumbers() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp233 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local
H A DLoopAccessAnalysis.cpp1608 Val = Diff->getAPInt().getSExtValue(); in getPointersDiff() local
407 const SCEV *Diff = SE->getMinusSCEV(J, I); getMinFromExprs() local
1641 std::optional<int> Diff = getPointersDiff(ElemTy, Ptr0, ElemTy, Ptr, DL, SE, sortPtrAccesses() local
1677 std::optional<int> Diff = isConsecutiveAccess() local
[all...]
H A DStackSafetyAnalysis.cpp278 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); offsetFrom() local
372 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); isSafeAccess() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp137 const auto Diff = std::abs(Cmp2 - Cmp1); matchClampI64ToI16() local
H A DGCNRegPressure.h129 GCNRegPressure Diff = P1; global() variable
H A DAMDGPUPerfHintAnalysis.cpp383 uint64_t Diff = Offset > Reference.Offset ? Offset - Reference.Offset in isLargeStride() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp383 Value *Diff = Builder.CreateSub(Loads.Lhs, Loads.Rhs); in emitLoadCompareByteBlock() local
416 Value *Diff = nullptr; in getCompareLoadPairs() local
[all...]
H A DMIRSampleProfile.cpp259 BranchProbability Diff; in setBranchProbs() local
H A DRegisterScavenging.cpp233 unsigned SI = Scavenged.size(), Diff = std::numeric_limits<unsigned>::max(); in spill() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp163 if (std::optional<uint64_t> Diff = absoluteSymbolDiff(Hi, Lo)) emitAbsoluteSymbolDiff() local
171 if (std::optional<uint64_t> Diff = absoluteSymbolDiff(Hi, Lo)) { emitAbsoluteSymbolDiffAsULEB128() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h126 uint64_t Diff = Mass - X.Mass; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkSizeDiff.cpp383 for (auto &Diff : FunctionDiffs) { in getFunctionDiffListAsJSON() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp491 unsigned Diff[LoopIterations] = {LoopDepth[0].Depth - LoopDepth[0].OptDepth, in checkForProfitableCmovCandidates() local
[all...]

123