Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h87 ilist_sentinel<OptionsT> Sentinel; variable
125 iterator begin() { return ++iterator(Sentinel); } in rend()
126 const_iterator begin() const { return ++const_iterator(Sentinel); } in rend()
127 iterator end() { return iterator(Sentinel); } in rend()
128 const_iterator end() const { return const_iterator(Sentinel); } in rend()
129 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); }
131 return ++const_reverse_iterator(Sentinel); in empty()
133 reverse_iterator rend() { return reverse_iterator(Sentinel); }
135 return const_reverse_iterator(Sentinel);
139 [[nodiscard]] bool empty() const { return Sentinel in back()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPseudoProbe.h34 Sentinel = 0x2, // A place holder for split function entry address. enumerator
130 return Flags & (uint32_t)PseudoProbeAttributes::Sentinel; in isSentinelProbe()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h86 ASTFileSignature Sentinel; in createDISentinel() local
87 Sentinel.fill(0xFF); in createDISentinel()
88 return Sentinel; in createDISentinel()
H A DDiagnosticGroups.td774 def Sentinel : DiagGroup<"sentinel">;
H A DAttr.td3316 def Sentinel : InheritableAttr {
3318 let Args = [DefaultIntArgument<"Sentinel", 0>,
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmemory221 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
224 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
233 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel,…
235 ForwardIterator uninitialized_fill(ForwardIterator first, Sentinel last, const T& x); // since C++20
275 template<nothrow-input-iterator InputIterator, nothrow-sentinel-for<InputIterator> Sentinel>
277 constexpr InputIterator destroy(InputIterator first, Sentinel last) noexcept; // since C++20
320 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
323 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
332 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
334 ForwardIterator uninitialized_value_construct(ForwardIterator first, Sentinel last); // since C++20
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory221 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
224 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
233 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel,…
235 ForwardIterator uninitialized_fill(ForwardIterator first, Sentinel last, const T& x); // since C++20
275 template<nothrow-input-iterator InputIterator, nothrow-sentinel-for<InputIterator> Sentinel>
277 constexpr InputIterator destroy(InputIterator first, Sentinel last) noexcept; // since C++20
320 …utIterator, nothrow-forward-iterator OutputIterator, nothrow-sentinel-for<OutputIterator> Sentinel>
323 …ator ifirst, iter_difference_t<InputIterator> n, OutputIterator ofirst, Sentinel olast); // since …
332 template <nothrow-forward-iterator ForwardIterator, nothrow-sentinel-for<ForwardIterator> Sentinel>
334 ForwardIterator uninitialized_value_construct(ForwardIterator first, Sentinel last); // since C++20
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp378 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero; in DecodeZeroExtendMask() local
381 ShuffleMask.append(Scale - 1, Sentinel); in DecodeZeroExtendMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp875 auto Sentinel = static_cast<int64_t>(std::numeric_limits<uint32_t>::max()) in minConstant() local
878 return Sentinel; in minConstant()
881 return Sentinel; in minConstant()
884 return Sentinel; in minConstant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp743 APInt Sentinel = IsSigned ? APInt::getSignedMinValue(NumBits) in isFindIVPattern() local
745 ValidRange = ConstantRange::getNonEmpty(Sentinel + 1, Sentinel); in isFindIVPattern()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h438 Value *Sentinel);
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td24 bit Sentinel = sentinel;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp243 (uint32_t)PseudoProbeAttributes::Sentinel, 0); in emit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1232 Value *Sentinel) { in createFindLastIVReduction() argument
1242 Builder.CreateCmp(CmpInst::ICMP_NE, MaxRdx, Sentinel, "rdx.select.cmp"); in createFindLastIVReduction()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3794 Value *Sentinel = FI->second.first; in setInstName() local
3795 if (Sentinel->getType() != Inst->getType()) in setInstName()
3800 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3801 Sentinel->deleteValue(); in setInstName()
3812 Value *Sentinel = FI->second.first; in setInstName() local
3813 if (Sentinel->getType() != Inst->getType()) in setInstName()
3818 Sentinel->replaceAllUsesWith(Inst); in setInstName()
3819 Sentinel->deleteValue(); in setInstName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9178 VPValue *Sentinel = Plan->getOrAddLiveIn(RdxDesc.getSentinelValue()); in adjustRecipesForReductions() local
9181 {PhiR, Start, Sentinel, NewExitingVPV}, ExitDL); in adjustRecipesForReductions()
9826 Value *Sentinel = RdxResult->getOperand(2)->getLiveInIRValue(); in preparePlanForEpilogueVectorLoop() local
9827 ResumeV = Builder.CreateSelect(Cmp, Sentinel, ResumeV); in preparePlanForEpilogueVectorLoop()
H A DVPlanRecipes.cpp778 Value *Sentinel = getOperand(2)->getLiveInIRValue(); in generate() local
780 Sentinel); in generate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp2956 if (SentinelAttr *Sentinel = FunctionOrMethod->getAttr<SentinelAttr>()) in MaybeAddSentinel() local
2957 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
/freebsd/share/misc/
H A Dusb_vendors4977 8000 SafeNet Sentinel Hardware Key
18017 03a5 933A Portable Power Sentinel
22211 0007 Storm Sentinel Advance II
/freebsd/contrib/openpam/m4/
H A Dlibtool.m47704 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/file/m4/
H A Dlibtool.m47550 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/ntp/sntp/m4/
H A Dlibtool.m47527 # Sentinel used to keep track of whether or not we are before
/freebsd/contrib/libevent/m4/
H A Dlibtool.m47551 # Sentinel used to keep track of whether or not we are before

12