Home
last modified time | relevance | path

Searched refs:Increment (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/googletest/googletest/samples/
H A Dsample4_unittest.cc37 TEST(Counter, Increment) { in TEST() argument
46 EXPECT_EQ(0, c.Increment()); in TEST()
47 EXPECT_EQ(1, c.Increment()); in TEST()
48 EXPECT_EQ(2, c.Increment()); in TEST()
H A Dsample4.cc37 int Counter::Increment() { return counter_++; } in Increment() function in Counter
H A Dsample4.h44 int Increment();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp305 setLoopComponents(Value *&TC, Value *&TripCount, BinaryOperator *&Increment, in setLoopComponents() argument
308 IterationInstructions.insert(Increment); in setLoopComponents()
309 LLVM_DEBUG(dbgs() << "Found Increment: "; Increment->dump()); in setLoopComponents()
323 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in verifyTripCount() argument
340 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount()
361 return setLoopComponents(NewRHS, TripCount, Increment, in verifyTripCount()
364 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount()
383 return setLoopComponents(RHS, TripCount, Increment, IterationInstructions); in verifyTripCount()
390 PHINode *&InductionPHI, Value *&TripCount, BinaryOperator *&Increment, in findLoopComponents() argument
450 Increment = in findLoopComponents()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp115 int64_t Increment = 0);
119 int64_t Increment = 0);
128 int64_t Increment = 0);
132 int64_t Increment = 0);
455 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() argument
466 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBase()
471 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBase()
475 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBaseWB() argument
487 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBaseWB()
492 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBaseWB()
[all …]
H A DARMLoadStoreOptimizer.cpp3150 MachineInstr *Increment = nullptr; in DistributeIncrements() local
3155 if (!Increment && getAddSubImmediate(Use) != 0) { in DistributeIncrements()
3156 Increment = &Use; in DistributeIncrements()
3177 if (BaseAccess && Increment) { in DistributeIncrements()
3178 if (PrePostInc || BaseAccess->getParent() != Increment->getParent()) in DistributeIncrements()
3181 if (Increment->definesRegister(ARM::CPSR, /*TRI=*/nullptr) || in DistributeIncrements()
3182 getInstrPredicate(*Increment, PredReg) != ARMCC::AL) in DistributeIncrements()
3191 MRI->use_nodbg_instructions(Increment->getOperand(0).getReg())) { in DistributeIncrements()
3200 IncrementOffset = getAddSubImmediate(*Increment); in DistributeIncrements()
3213 if (Increment) in DistributeIncrements()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DProgress.cpp41 ProgressManager::Instance().Increment(m_progress_data);
57 void Progress::Increment(uint64_t amount, in Increment() function in Progress
111 void ProgressManager::Increment(const Progress::ProgressData &progress_data) { in Increment() function in ProgressManager
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h103 void Increment(uint64_t amount = 1,
151 void Increment(const Progress::ProgressData &);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp748 auto Increment = [&]() { in Archive() local
795 if (Increment()) in Archive()
821 if (Increment()) in Archive()
833 if (Increment()) in Archive()
858 if (Increment()) in Archive()
882 if (Increment()) in Archive()
911 if (Increment()) in Archive()
936 if (Increment()) in Archive()
964 if (Increment()) in Archive()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h24 void Increment(uint32_t difference = 1) {
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp101 m_hit_counter.Increment(); in ShouldStop()
H A DBreakpointSite.cpp49 m_hit_counter.Increment();
H A DBreakpointLocation.cpp413 m_hit_counter.Increment(); in BumpHitCount()
414 m_owner.m_hit_counter.Increment(); in BumpHitCount()
H A DWatchpoint.cpp260 m_hit_counter.Increment(); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp92 progress.Increment(); in Index()
97 progress.Increment(); in Index()
127 progress.Increment(); in Index()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def34 WARNING_GADGET(Increment)
/freebsd/stand/i386/pxeldr/
H A Dpxeldr.S240 seta20.1: inc %cx # Increment, overflow?
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dst_fdma.txt58 -bit 21: Increment Address
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc122 TEST(Macros, Increment) { in TEST() argument
/freebsd/share/misc/
H A Dusb_hid_usages671 0x9C Channel Increment
705 0xCA Tracking Increment
719 0xE9 Volume Increment
743 0x152 Bass Increment
745 0x154 Treble Increment
759 0x171 Sub-channel Increment
761 0x173 Alternate Audio Increment
/freebsd/contrib/file/src/
H A DBNF13 level = ">" ;; Increment the level by 1.
/freebsd/stand/i386/cdboot/
H A Dcdboot.S487 seta20.1: inc %cx # Increment, overflow?
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc1048 void Increment() { in Increment() function in testing::internal::AtomicCounterWithMutex
1091 for (int i = 0; i < param.second; ++i) param.first->Increment(); in CountingThreadFunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h129 Increment, // ?E # operator++ enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp267 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Increment, "operator++"); in output()

123