Home
last modified time | relevance | path

Searched refs:PredType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/ncurses/progs/
H A Ddump_entry.h70 typedef unsigned PredType; typedef
72 typedef int (*PredFunc) (PredType, PredIdx);
73 typedef void (*PredHook) (PredType, PredIdx, const char *);
H A Ddump_entry.c306 dump_predicate(PredType type, PredIdx idx) in dump_predicate()
339 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
340 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0]))
341 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0]))
344 version_filter(PredType type, PredIdx idx) in version_filter()
H A Dinfocmp.c445 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp575 if (std::is_same<smax_pred_ty, typename MaxMinT::PredType>::value) in convertToSCEVype()
577 else if (std::is_same<umax_pred_ty, typename MaxMinT::PredType>::value) in convertToSCEVype()
579 else if (std::is_same<smin_pred_ty, typename MaxMinT::PredType>::value) in convertToSCEVype()
581 else if (std::is_same<umin_pred_ty, typename MaxMinT::PredType>::value) in convertToSCEVype()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp526 auto *PredType = ScalableVectorType::get( in instCombineSVECmpNE() local
537 {PredType}, {PTruePat}); in instCombineSVECmpNE()
539 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp4065 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") : in createAndImportSelDAGMatcher() local
4068 if (!PredType.empty()) { in createAndImportSelDAGMatcher()
4069 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType)); in createAndImportSelDAGMatcher()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1759 using PredType = Pred_t; member