Searched refs:PredicateTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 519 QualType PredicateTy = PredicatePtrTy->getPointeeType(); in create_dispatch_once() local 520 if (!PredicateTy->isIntegerType()) in create_dispatch_once() 561 PredicateTy), in create_dispatch_once() 562 M.makeIntegralCast(DoneValue, PredicateTy), in create_dispatch_once() 563 PredicateTy); in create_dispatch_once() 576 PredicateTy), in create_dispatch_once() 577 PredicateTy); in create_dispatch_once()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelMatchTable.h | 689 template <class PredicateTy> class PredicateListMatcher { 696 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>; 720 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front() 721 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front() 727 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate() 734 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates() 756 using PredicateFilterFunc = std::function<bool(const PredicateTy &)>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 1467 template <typename PredicateTy> 1470 const LDSVariableReplacement &Replacement, PredicateTy Predicate) { in replaceLDSVariablesWithStruct()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1398 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy, 1401 PredicateTy &Predicate; 1407 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) in CmpClass_match()
|