Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Ddump_entry.h71 typedef unsigned PredType; typedef
75 typedef int (*PredFunc) (PredType, PredIdx);
76 typedef void (*PredHook) (PredType, PredIdx, const char *);
H A DMKtermsort.sh65 typedef unsigned PredType;
H A Ddump_entry.c304 dump_predicate(PredType type, PredIdx idx) in dump_predicate()
337 #define BOOL_IDX(name) (PredType) (&(name) - &(CUR Booleans[0]))
338 #define NUM_IDX(name) (PredType) (&(name) - &(CUR Numbers[0]))
339 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0]))
342 version_filter(PredType type, PredIdx idx) in version_filter()
H A Dinfocmp.c479 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp291 auto *PredType = in optimizePredicateStore() local
320 if (BitCast->getOperand(0)->getType() != PredType) in optimizePredicateStore()
351 auto *PredType = in optimizePredicateLoad() local
358 if (!BitCast || BitCast->getType() != PredType) in optimizePredicateLoad()
383 auto *LoadPred = Builder.CreateLoad(PredType, Load->getPointerOperand()); in optimizePredicateLoad()
H A DAArch64TargetTransformInfo.cpp1896 auto *PredType = ScalableVectorType::get( in instCombineSVECmpNE() local
1907 {PredType}, {PTruePat}); in instCombineSVECmpNE()
1909 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp589 if (std::is_same_v<smax_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
591 else if (std::is_same_v<umax_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
593 else if (std::is_same_v<smin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
595 else if (std::is_same_v<umin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp889 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") in createAndImportSelDAGMatcher() local
892 if (!PredType.empty()) { in createAndImportSelDAGMatcher()
893 OM.addPredicate<CmpPredicateOperandMatcher>(PredType.str()); in createAndImportSelDAGMatcher()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1052 FCmpInst::Predicate PredType = FCmpInst::BAD_FCMP_PREDICATE; in foldIntrinsicIsFPClass() local
1068 (PredType = fpclassTestIsFCmp0(OrderedMask, *II.getFunction(), in foldIntrinsicIsFPClass()
1074 IsUnordered ? FCmpInst::getUnorderedPredicate(PredType) : PredType, in foldIntrinsicIsFPClass()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h650 using PredType = Pred_t;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2294 using PredType = Pred_t; member