Searched refs:Reverse (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dstring_trie_e_access_traits_imp.hpp49 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp68 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
71 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
77 bool Reverse = false,
89 reverse = Reverse
93 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
134 static detail::integral_constant<int, Reverse> s_rev_ind;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp102 ASTImporter Reverse; member in class:__anon2726::LazyASTImporter
121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager,
244 ASTImporter &GetReverse() { return Reverse; }
291 ASTImporter &Reverse =
293 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) {
295 if (Callback(*Importer, Reverse, SourceDC))
310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse,
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse,
349 [&](ASTImporter &Forward, ASTImporter &Reverse,
372 ASTImporter &Reverse
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h419 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) argument
420 : Factor(Factor), Reverse(Reverse), Alignment(Alignment),
428 Reverse = Stride < 0;
432 bool isReverse() const { return Reverse; }
532 bool Reverse; member in class:llvm::InterleaveGroup
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp125 const bool Reverse; member in struct:__anon4888::RotOp
127 RotOp(bool Rev) : Reverse(Rev) {}
131 if (Reverse)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h411 CallingContext *Ctx, bool Reverse = false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp480 CallingContext *Ctx, bool Reverse) {
483 if (Reverse)
478 translateBinOp(til::TIL_BinaryOpcode Op, const BinaryOperator *BO, CallingContext *Ctx, bool Reverse) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp38 // - Reverse delta.
91 // Reverse delta network is same as delta network, with the steps in
330 Reverse
400 getControls(V, 0, Reverse);
416 getControls(R, Log, Reverse);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2381 bool Reverse = (Decision == LoopVectorizationCostModel::CM_Widen_Reverse);
2383 Reverse || (Decision == LoopVectorizationCostModel::CM_Widen);
2407 if (Reverse) {
2416 if (isMaskRequired) // Reverse of a null all-one mask is a null mask.
2441 if (Reverse) {
2484 if (Reverse)
5850 bool Reverse = ConsecutiveStride < 0;
5851 if (Reverse)
5922 "Reverse masked interleaved access not supported.");

Completed in 210 milliseconds