Home
last modified time | relevance | path

Searched refs:PredicateTy (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp519 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()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h697 template <class PredicateTy> class PredicateListMatcher {
704 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;
728 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()
729 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()
735 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
742 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()
764 using PredicateFilterFunc = std::function<bool(const PredicateTy &)>;
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1550 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy,
1553 PredicateTy *Predicate;
1559 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) in CmpClass_match()
1619 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy>
1621 const PredicateTy Predicate;
1625 SpecificCmpClass_match(PredicateTy Pred, const LHS_t &LHS, const RHS_t &RHS) in SpecificCmpClass_match()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1257 template <typename PredicateTy>
1260 const LDSVariableReplacement &Replacement, PredicateTy Predicate) { in replaceLDSVariablesWithStruct()