Searched refs:PredType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | dump_entry.h | 71 typedef unsigned PredType; typedef 75 typedef int (*PredFunc) (PredType, PredIdx); 76 typedef void (*PredHook) (PredType, PredIdx, const char *);
|
| H A D | MKtermsort.sh | 65 typedef unsigned PredType;
|
| H A D | dump_entry.c | 304 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 D | infocmp.c | 472 compare_predicate(PredType type, PredIdx idx, const char *name) in compare_predicate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEIntrinsicOpts.cpp | 293 auto *PredType = in optimizePredicateStore() local 322 if (BitCast->getOperand(0)->getType() != PredType) in optimizePredicateStore() 353 auto *PredType = in optimizePredicateLoad() local 360 if (!BitCast || BitCast->getType() != PredType) in optimizePredicateLoad() 385 auto *LoadPred = Builder.CreateLoad(PredType, Load->getPointerOperand()); in optimizePredicateLoad()
|
| H A D | AArch64TargetTransformInfo.cpp | 1049 auto *PredType = ScalableVectorType::get( in instCombineSVECmpNE() local 1060 {PredType}, {PTruePat}); in instCombineSVECmpNE() 1062 Intrinsic::aarch64_sve_convert_to_svbool, {PredType}, {PTrue}); in instCombineSVECmpNE()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 580 if (std::is_same_v<smax_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype() 582 else if (std::is_same_v<umax_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype() 584 else if (std::is_same_v<smin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype() 586 else if (std::is_same_v<umin_pred_ty, typename MaxMinT::PredType>) in convertToSCEVype()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 841 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") in createAndImportSelDAGMatcher() local 844 if (!PredType.empty()) { in createAndImportSelDAGMatcher() 845 OM.addPredicate<CmpPredicateOperandMatcher>(std::string(PredType)); in createAndImportSelDAGMatcher()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 1001 FCmpInst::Predicate PredType = FCmpInst::BAD_FCMP_PREDICATE; in foldIntrinsicIsFPClass() local 1017 (PredType = fpclassTestIsFCmp0(OrderedMask, *II.getFunction(), in foldIntrinsicIsFPClass() 1023 IsUnordered ? FCmpInst::getUnorderedPredicate(PredType) : PredType, in foldIntrinsicIsFPClass()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1305 auto PredType = in CreateCoercedLoad() local 1308 if (ScalableDst == PredType && in CreateCoercedLoad() 3205 auto PredType = in EmitFunctionProlog() local 3207 if (VecTyFrom == PredType && in EmitFunctionProlog()
|
| H A D | CGExprScalar.cpp | 2142 auto PredType = llvm::ScalableVectorType::get(Builder.getInt1Ty(), 16); in VisitCastExpr() local 2144 if (ScalableDst == PredType && in VisitCastExpr() 2169 auto PredType = llvm::ScalableVectorType::get(Builder.getInt1Ty(), 16); in VisitCastExpr() local 2170 if (ScalableSrc == PredType && in VisitCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1889 using PredType = Pred_t; member
|