Searched refs:PredType (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/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)
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)
H A Dinfocmp.c472 compare_predicate(PredType type, PredIdx idx, const char *name)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp293 auto *PredType =
322 if (BitCast->getOperand(0)->getType() != PredType)
353 auto *PredType =
360 if (!BitCast || BitCast->getType() != PredType)
385 auto *LoadPred = Builder.CreateLoad(PredType, Load->getPointerOperand());
H A DAArch64TargetTransformInfo.cpp1049 auto *PredType = ScalableVectorType::get( local
1060 {PredType}, {PTruePat});
1062 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue});
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp580 if (std::is_same_v<smax_pred_ty, typename MaxMinT::PredType>)
582 else if (std::is_same_v<umax_pred_ty, typename MaxMinT::PredType>)
584 else if (std::is_same_v<smin_pred_ty, typename MaxMinT::PredType>)
586 else if (std::is_same_v<umin_pred_ty, typename MaxMinT::PredType>)
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp841 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") local
844 if (!PredType.empty()) {
845 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType));
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1001 FCmpInst::Predicate PredType = FCmpInst::BAD_FCMP_PREDICATE; local
1017 (PredType = fpclassTestIsFCmp0(OrderedMask, *II.getFunction(),
1023 IsUnordered ? FCmpInst::getUnorderedPredicate(PredType) : PredType,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2142 auto PredType = llvm::ScalableVectorType::get(Builder.getInt1Ty(), 16); local
2144 if (ScalableDst == PredType &&
2169 auto PredType = llvm::ScalableVectorType::get(Builder.getInt1Ty(), 16); local
2170 if (ScalableSrc == PredType &&
H A DCGCall.cpp1305 auto PredType = local
1308 if (ScalableDst == PredType &&
3205 auto PredType =
3207 if (VecTyFrom == PredType &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1889 using PredType = Pred_t;

Completed in 416 milliseconds