| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 356 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 D | DifferenceEngine.cpp | 501 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 D | README | 42 Difference at 95.0% confidence
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 2108 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 D | OpenCLExtensions.def | 34 // Difference between optional core feature and core feature is that the
|
| H A D | arm_fp16.td | 119 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 363 // E.3.5 Absolute Difference 854 // Absolute Difference 1546 // Scalar Absolute Difference
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 768 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 D | DWARFLinkerImpl.cpp | 907 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 D | ARMScheduleA8.td | 978 // Double-register Absolute Difference and Accumulate 982 // Quad-register Absolute Difference and Accumulate
|
| H A D | ARMScheduleR52.td | 256 // Sum of Absolute Difference
|
| H A D | ARMScheduleSwift.td | 215 // 4.2.11 Sum of Absolute Difference
|
| H A D | ARMScheduleA9.td | 1440 // Double-register Absolute Difference and Accumulate 1449 // Quad-register Absolute Difference and Accumulate
|
| H A D | ARMInstrNEON.td | 5634 // 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 D | IRBuilder.cpp | 1045 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 D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 3128 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 D | DWARFLinker.cpp | 3091 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 D | IntrinsicsAArch64.td | 344 // Vector Absolute Difference 349 // Scalar Absolute Difference
|
| H A D | IntrinsicsPowerPC.td | 1283 // Absolute Difference intrinsics
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1393 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 D | PPCInstrAltivec.td | 1646 // Absolute Difference
|