Searched refs:PredType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/ncurses/progs/ |
| D | dump_entry.h | 64 typedef unsigned PredType; typedef 66 typedef int (*PredFunc) (PredType, PredIdx); 67 typedef void (*PredHook) (PredType, PredIdx, const char *);
|
| D | dump_entry.c | 289 dump_predicate(PredType type, PredIdx idx) in dump_predicate() 322 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0])) 323 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0])) 324 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0])) 327 version_filter(PredType type, PredIdx idx) in version_filter()
|
| D | infocmp.c | 420 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 575 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-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64TargetTransformInfo.cpp | 526 auto *PredType = ScalableVectorType::get( in instCombineSVECmpNE() local 537 {PredType}, {PTruePat}); in instCombineSVECmpNE() 539 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | GlobalISelEmitter.cpp | 4065 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-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | PatternMatch.h | 1759 using PredType = Pred_t; member
|