Home
last modified time | relevance | path

Searched defs:Pred (Results 1 – 25 of 232) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp80 for (auto *Pred : MBB->predecessors()) { in ReachabilityGraph() local
147 for (auto *Pred : MBB->predecessors()) { in calculate() local
166 for (auto *Pred : Looper->predecessors()) { in calculate() local
201 for (auto *Pred : Entry->predecessors()) { in calculate() local
212 for (auto *Pred : MBB->predecessors()) { in calculate() local
385 for (auto *Pred : Entry->predecessors()) { in makeSingleEntryLoop() local
394 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
409 for (auto *Pred : AllPreds) in makeSingleEntryLoop() local
419 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
450 for (auto *Pred : AllPreds) { in makeSingleEntryLoop() local
DWebAssemblyCFGSort.cpp252 for (const MachineBasicBlock *Pred : MBB.predecessors()) in sortBlocks() local
374 for (auto Pred : MBB.predecessors()) in sortBlocks() local
381 for (auto Pred : MBB.predecessors()) in sortBlocks() local
390 for (auto Pred : MBB.predecessors()) in sortBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp22 ICmpInst::Predicate Pred = InvertPred ? ICI->getInversePredicate() in getICmpCode() local
43 CmpInst::Predicate &Pred) { in getPredForICmpCode()
67 CmpInst::Predicate &Pred, in decomposeBitTestICmp()
DScalarEvolutionNormalization.cpp36 const NormalizePredTy Pred; member
99 auto Pred = [&](const SCEVAddRecExpr *AR) { in normalizeForPostIncUse() local
105 const SCEV *llvm::normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, in normalizeForPostIncUseIf()
113 auto Pred = [&](const SCEVAddRecExpr *AR) { in denormalizeForPostIncUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h193 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
199 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
368 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
375 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
DSTLExtras.h266 PredicateT Pred; member
279 filter_iterator(WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred) in filter_iterator()
312 make_filter_range(RangeT &&Range, PredicateT Pred) { in make_filter_range()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
216 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while()
242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until()
384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while()
391 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until()
412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while()
419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until()
/third_party/boost/boost/ptr_container/
Dserialize_ptr_unordered_set.hpp25 void serialize(Archive& ar, ptr_unordered_set<T, Hash, Pred, CloneAllocator, Allocator>& c, const u… in serialize() argument
31 void serialize(Archive& ar, ptr_unordered_multiset<T, Hash, Pred, CloneAllocator, Allocator>& c, co… in serialize() argument
Dserialize_ptr_unordered_map.hpp25 void serialize(Archive& ar, ptr_unordered_map<Key, T, Hash, Pred, CloneAllocator, Allocator>& c, co… in serialize() argument
31 void serialize(Archive& ar, ptr_unordered_multimap<Key, T, Hash, Pred, CloneAllocator, Allocator>& … in serialize() argument
/third_party/boost/boost/geometry/index/detail/
Dpredicates.hpp278 typedef predicates::spatial_predicate<Geometry, Tag, false> Pred; typedef
291 typedef predicates::spatial_predicate<Geometry, Tag, true> Pred; typedef
354 typedef predicates::spatial_predicate<Geometry, Tag, false> Pred; typedef
367 typedef predicates::spatial_predicate<Geometry, predicates::contains_tag, false> Pred; typedef
380 typedef predicates::spatial_predicate<Geometry, predicates::covers_tag, false> Pred; typedef
393 typedef predicates::spatial_predicate<Geometry, predicates::disjoint_tag, false> Pred; typedef
418 typedef predicates::spatial_predicate<Geometry, Tag, true> Pred; typedef
431 typedef predicates::spatial_predicate<Geometry, predicates::contains_tag, true> Pred; typedef
444 typedef predicates::spatial_predicate<Geometry, predicates::covers_tag, true> Pred; typedef
457 typedef predicates::spatial_predicate<Geometry, predicates::intersects_tag, true> Pred; typedef
[all …]
/third_party/boost/libs/thread/test/sync/conditions/condition_variable/
Dwait_for_pred_pass.cpp30 class Pred class
34 explicit Pred(int& i) : in Pred() function in Pred
Dwait_until_pred_pass.cpp48 class Pred class
52 explicit Pred(int& i) : in Pred() function in Pred
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp29 SourcePred Pred) { in findOrCreateSource()
42 ArrayRef<Value *> Srcs, SourcePred Pred) { in newSource()
135 ArrayRef<Value *> Srcs, SourcePred Pred) { in findPointer()
DOperations.cpp125 CmpInst::Predicate Pred) { in cmpOpDescriptor()
190 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validExtractValueIndex() local
222 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in matchScalarInAggregate() local
246 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validInsertValueIndex() local
297 auto Pred = [](ArrayRef<Value *> Cur, const Value *V) { in validShuffleVectorIndex() local
/third_party/boost/libs/thread/test/sync/conditions/condition_variable_any/
Dwait_for_pred_pass.cpp28 class Pred class
32 explicit Pred(int& i) : in Pred() function in Pred
Dwait_until_pred_pass.cpp46 class Pred class
50 explicit Pred(int& i) : in Pred() function in Pred
/third_party/boost/boost/spirit/home/support/algorithm/
Dany_if_ns.hpp67 any_if_ns(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if_ns() argument
80 any_if_ns(Sequence const& seq, unused_type const, F f, Pred) in any_if_ns() argument
Dany_if_ns_so.hpp68 any_if_ns_so(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if_ns_so() argument
81 any_if_ns_so(Sequence const& seq, unused_type const, F f, Pred) in any_if_ns_so() argument
Dany_if.hpp199 any_if(Sequence1 const& seq1, Sequence2& seq2, F f, Pred) in any_if() argument
212 any_if(Sequence const& seq, unused_type const, F f, Pred) in any_if() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h139 BlkT *Pred = Preds[p]; in BuildBlockList() local
252 BBInfo *Pred = Info->Preds[p]; in FindDominators() local
282 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
373 BlkT *Pred = PredInfo->BB; in FindAvailableVals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h60 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred()
61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp76 static bool isSignTest(ICmpInst::Predicate &Pred, const APInt &C) { in isSignTest()
1103 ICmpInst::Predicate Pred) { in foldICmpAddOpConst()
1157 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShrConstConst()
1216 auto getICmp = [&I](CmpInst::Predicate Pred, Value *LHS, Value *RHS) { in foldICmpShlConstConst()
1346 ICmpInst::Predicate Pred; in foldIRemByPowerOfTwoToBitTest() local
1363 ICmpInst::Predicate Pred; in foldSignBitTest() local
1393 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithZero() local
1445 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithConstant() local
1483 CmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpWithDominatingICmp() local
1531 ICmpInst::Predicate Pred = Cmp.getPredicate(); in foldICmpTruncConstant() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp485 ARMCC::CondCodes Pred, in UpdateBaseRegUses()
626 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreMulti()
833 ARMCC::CondCodes Pred, unsigned PredReg, const DebugLoc &DL, in CreateLoadStoreDouble()
904 ARMCC::CondCodes Pred = getInstrPredicate(*First, PredReg); in MergeOpsUpdate() local
1187 ARMCC::CondCodes Pred, unsigned PredReg) { in isIncrementOrDecrement()
1219 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecBefore()
1239 ARMCC::CondCodes Pred, unsigned PredReg, int &Offset) { in findIncDecAfter()
1274 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLSMultiple() local
1416 ARMCC::CondCodes Pred = getInstrPredicate(*MI, PredReg); in MergeBaseUpdateLoadStore() local
1529 ARMCC::CondCodes Pred = getInstrPredicate(MI, PredReg); in MergeBaseUpdateLSDouble() local
[all …]
/third_party/boost/boost/multi_index/
Dhashed_index.hpp215 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& operator=( in operator =() argument
504 void swap(hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x) in swap() argument
679 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x): in hashed_index() argument
699 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in hashed_index() argument
754 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument
761 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument
793 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in copy_() argument
937 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in swap_() argument
955 hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x) in swap_elements_() argument
1697 const hashed_index<KeyFromValue,Hash,Pred,SuperMeta,TagList,Category>& x, in operator ==() argument
[all …]
/third_party/boost/boost/range/adaptor/
Dreplaced_if.hpp108 operator|(SinglePassRange& r, const replace_if_holder<Pred, Value>& f) in operator |()
119 operator|(const SinglePassRange& r, const replace_if_holder<Pred, Value>& f) in operator |()

12345678910