Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp364 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
365 if (Difference > 0) { in operator <<()
370 RightIndent = Difference; in operator <<()
373 LeftIndent = Difference; in operator <<()
376 LeftIndent = Difference / 2; in operator <<()
377 RightIndent = Difference - LeftIndent; in operator <<()
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp501 bool Difference = false; in diff() local
514 } else if (Complain || !Difference) { in diff()
517 Difference = true; in diff()
520 if (!Difference) in diff()
527 Difference = true; in diff()
529 return Difference; in diff()
/freebsd/usr.bin/ministat/
H A DREADME42 Difference at 95.0% confidence
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1953 double &Difference, MatchStatus Status);
1960 double &Difference, MatchStatus Status);
2089 Difference += in updateOverlapStatsForFunction()
2096 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument
2104 Difference, Status); in updateForUnmatchedCallee()
2109 Difference, Status); in updateForUnmatchedCallee()
2120 double Difference = 0; in computeSampleFunctionInternalOverlap() local
2165 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
2184 updateForUnmatchedCallee(Callee->second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap()
2189 Difference += 2.0 - 2 * computeSampleFunctionInternalOverlap( in computeSampleFunctionInternalOverlap()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLExtensions.def34 // Difference between optional core feature and core feature is that the
H A Darm_fp16.td113 // Scalar Absolute Difference
H A Darm_neon.td367 // E.3.5 Absolute Difference
797 // Absolute Difference
1516 // Scalar Absolute Difference
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp769 std::optional<unsigned> Difference; in haveIdenticalTripCounts() local
773 Difference = Diff; in haveIdenticalTripCounts()
780 LLVM_DEBUG(dbgs() << "Difference in loop trip count is: " << Difference in haveIdenticalTripCounts()
783 return {false, Difference}; in haveIdenticalTripCounts()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp911 const float Difference = Output - Input; in printStatistic() local
915 return (Difference / (Sum / 2)); in printStatistic()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate
H A DARMScheduleR52.td256 // Sum of Absolute Difference
H A DARMScheduleSwift.td215 // 4.2.11 Sum of Absolute Difference
H A DARMScheduleA9.td1440 // Double-register Absolute Difference and Accumulate
1449 // Quad-register Absolute Difference and Accumulate
H A DARMInstrNEON.td5626 // VABD : Vector Absolute Difference
5644 // VABDL : Vector Absolute Difference Long (Q = | D - D |)
5673 // VABA : Vector Absolute Difference and Accumulate
5679 // VABAL : Vector Absolute Difference and Accumulate Long (Q += | D - D |)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1130 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
1131 return CreateExactSDiv(Difference, ConstantExpr::getSizeOf(ElemTy), in CreatePtrDiff()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2954 const float Difference = Output - Input; in link() local
2958 return (Difference / (Sum / 2)); in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td324 // Vector Absolute Difference
329 // Scalar Absolute Difference
H A DIntrinsicsPowerPC.td1219 // Absolute Difference intrinsics
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1361 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
1364 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
1385 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp8294 ConstantRange Difference = DomCR.difference(CR); in isImpliedCondCommonOperandWithConstants() local
8297 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td1642 // Absolute Difference
/freebsd/contrib/diff/doc/
H A Ddiff.texi150 by Eugene W. Myers in ``An O(ND) Difference Algorithm and its Variations'',