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.cpp356 const ssize_t Difference = FS.Width - FS.Str.size(); in operator <<() local
357 if (Difference > 0) { in operator <<()
362 RightIndent = Difference; in operator <<()
365 LeftIndent = Difference; in operator <<()
368 LeftIndent = Difference / 2; in operator <<()
369 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.cpp2108 double &Difference, MatchStatus Status);
2115 double &Difference, MatchStatus Status);
2229 SampleOverlapStats &FuncOverlap, double &Difference, MatchStatus Status) { in updateOverlapStatsForFunction() argument
2244 Difference += in updateOverlapStatsForFunction()
2251 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument
2259 Difference, Status); in updateForUnmatchedCallee()
2264 Difference, Status); in updateForUnmatchedCallee()
2275 double Difference = 0; in computeSampleFunctionInternalOverlap() local
2295 Difference, BlockIterStep.getMatchStatus()); in computeSampleFunctionInternalOverlap()
2320 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, 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.td119 // Scalar Absolute Difference
H A Darm_neon.td363 // E.3.5 Absolute Difference
854 // Absolute Difference
1546 // Scalar Absolute Difference
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp768 std::optional<unsigned> Difference; in haveIdenticalTripCounts() local
772 Difference = Diff; in haveIdenticalTripCounts()
779 LLVM_DEBUG(dbgs() << "Difference in loop trip count is: " << Difference in haveIdenticalTripCounts()
782 return {false, Difference}; in haveIdenticalTripCounts()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp907 const float Difference = Output - Input; in printStatistic() local
911 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.td5634 // VABD : Vector Absolute Difference
5652 // VABDL : Vector Absolute Difference Long (Q = | D - D |)
5667 // VABA : Vector Absolute Difference and Accumulate
5673 // VABAL : Vector Absolute Difference and Accumulate Long (Q += | D - D |)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1045 Value *Difference = CreateSub(LHS_int, RHS_int); in CreatePtrDiff() local
1046 return CreateExactSDiv(Difference, ConstantExpr::getSizeOf(ElemTy), in CreatePtrDiff()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3128 APFloat Difference = *X; in optimizeFdim() local
3129 Difference.subtract(*Y, RoundingMode::NearestTiesToEven); in optimizeFdim()
3132 maximum(Difference, APFloat::getZero(CI->getType()->getFltSemantics())); in optimizeFdim()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp3091 const float Difference = Output - Input; in link() local
3095 return (Difference / (Sum / 2)); in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td344 // Vector Absolute Difference
349 // Scalar Absolute Difference
H A DIntrinsicsPowerPC.td1283 // Absolute Difference intrinsics
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1393 ConstantRange Difference = DominatingCR.difference(CR); in foldICmpWithDominatingICmp() local
1396 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
1417 if (const APInt *NeC = Difference.getSingleElement()) in foldICmpWithDominatingICmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrAltivec.td1646 // Absolute Difference