Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp1103 template <typename PredicateTy>
1106 LDSVariableReplacement Replacement, PredicateTy Predicate) { in replaceLDSVariablesWithStruct()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1017 template <class PredicateTy> class PredicateListMatcher {
1024 using PredicatesTy = std::deque<std::unique_ptr<PredicateTy>>;
1046 std::unique_ptr<PredicateTy> predicates_pop_front() { in predicates_pop_front()
1047 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); in predicates_pop_front()
1053 void prependPredicate(std::unique_ptr<PredicateTy> &&Predicate) { in prependPredicate()
1060 std::logical_not<std::unique_ptr<PredicateTy>>()); in eraseNullPredicates()
1082 using PredicateFilterFunc = std::function<bool(const PredicateTy&)>;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h1359 template <typename LHS_t, typename RHS_t, typename Class, typename PredicateTy,
1362 PredicateTy &Predicate;
1368 CmpClass_match(PredicateTy &Pred, const LHS_t &LHS, const RHS_t &RHS) in CmpClass_match()