| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ |
| H A D | iterator_count_sentinel.pass.cpp | 26 using Difference = std::iter_difference_t<It>; in check_forward() typedef 27 Difference const M = (expected - first); // expected travel distance in check_forward() 32 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_forward() 51 using Difference = std::iter_difference_t<It>; in check_forward_sized_sentinel() typedef 52 Difference const size = (last - first); in check_forward_sized_sentinel() 53 Difference const M = (expected - first); // expected travel distance in check_forward_sized_sentinel() 58 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_forward_sized_sentinel() 81 using Difference = std::iter_difference_t<It>; in check_backward() typedef 82 Difference const M = (expected - last); // expected travel distance (which is negative) in check_backward() 87 std::same_as<Difference> auto result = std::ranges::advance(it, n, sent); in check_backward()
|
| H A D | iterator_count.pass.cpp | 23 using Difference = std::iter_difference_t<It>; in check() typedef 24 Difference const M = (expected - first); // expected travel distance (which may be negative) in check()
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | macro-vararg.s | 10 ## Difference: GNU as squeezes repeated spaces. 13 ## Difference: GNU as non-x86 drops the space before '(' (gas PR/25750) 27 ## Difference: GNU as squeezes repeated spaces.
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
| H A D | distance.pass.cpp | 30 typedef typename std::iterator_traits<It>::difference_type Difference; in check_distance() typedef 31 static_assert(std::is_same<decltype(std::distance(first, last)), Difference>::value, ""); in check_distance()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | char-set.cpp | 18 set = set.Difference(ch); in ToString()
|
| H A D | message.cpp | 97 expect = expect.Difference('\n'); in ToString()
|
| /llvm-project-15.0.7/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 <<()
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DifferenceEngine.cpp | 384 bool Difference = false; in diff() local 397 } else if (Complain || !Difference) { in diff() 400 Difference = true; in diff() 403 if (!Difference) in diff() 410 Difference = true; in diff() 412 return Difference; in diff()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | char-set.h | 68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1369 double &Difference, MatchStatus Status); 1376 double &Difference, MatchStatus Status); 1505 Difference += in updateOverlapStatsForFunction() 1512 double &Difference, MatchStatus Status) { in updateForUnmatchedCallee() argument 1520 Difference, Status); in updateForUnmatchedCallee() 1525 Difference, Status); in updateForUnmatchedCallee() 1536 double Difference = 0; in computeSampleFunctionInternalOverlap() local 1581 updateForUnmatchedCallee(F.second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap() 1600 updateForUnmatchedCallee(Callee->second, FuncOverlap, Difference, in computeSampleFunctionInternalOverlap() 1605 Difference += 2.0 - 2 * computeSampleFunctionInternalOverlap( in computeSampleFunctionInternalOverlap() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | bti-outliner-2.ll | 4 ; Difference is the BTI placement is enabled by default for the entire module.
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | RangesIssues.csv | 11 `P1522R1 <https://wg21.link/P1522R1>`__,Iterator Difference Type And Integer Overflow,|Complete|,15…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | StackColoring-dbg-invariance.mir | 4 # Difference between test_1 and test_2 is that there is a DBG_VALUE in test_1.
|
| /llvm-project-15.0.7/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 | 113 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 367 // E.3.5 Absolute Difference 797 // Absolute Difference 1510 // Scalar Absolute Difference
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 746 Optional<unsigned> Difference = None; in haveIdenticalTripCounts() local 750 Difference = Diff; in haveIdenticalTripCounts() 757 LLVM_DEBUG(dbgs() << "Difference in loop trip count is: " << Difference in haveIdenticalTripCounts() 760 return {false, Difference}; in haveIdenticalTripCounts()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | BinaryPasses.cpp | 1271 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local 1272 Mean += fabs(Difference / IncomingMap[&BB]); in runOnFunctions() 1301 const double Difference = (double)OutgoingMap[&BB] - IncomingMap[&BB]; in runOnFunctions() local 1303 pow(fabs(Difference / IncomingMap[&BB]) - FlowImbalanceMean, 2); in runOnFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA8.td | 978 // Double-register Absolute Difference and Accumulate 982 // Quad-register Absolute Difference and Accumulate
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BuildingADistribution.rst | 69 Difference between ``install`` and ``install-distribution``
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 67 - P1522R1 - Iterator Difference Type and Integer Overflow
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/ |
| H A D | neon-instructions.txt | 142 # Vector Absolute Difference and Accumulate (Signed, Unsigned) 143 # Vector Absolute Difference (Signed, Unsigned) 144 # Vector Absolute Difference (Floating Point) 2632 # Scalar Floating-point Absolute Difference
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 2675 const float Difference = Output - Input; in link() local 2679 return (Difference / (Sum / 2)); in link()
|
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 1990 auto *Difference = dyn_cast<Instruction>(AddOne->getOperand(0)); in TEST_F() local 1991 ASSERT_NE(Difference, nullptr); in TEST_F() 1992 ASSERT_TRUE(Difference->isBinaryOp()); in TEST_F() 1993 EXPECT_EQ(Difference->getOperand(1), LoadedLowerBound); in TEST_F() 1994 auto *LoadedUpperBound = dyn_cast<LoadInst>(Difference->getOperand(0)); in TEST_F()
|