Home
last modified time | relevance | path

Searched defs:PredType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ncurses/progs/
H A Ddump_entry.h71 typedef unsigned PredType; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp294 auto *PredType = in optimizePredicateStore() local
354 auto *PredType = in optimizePredicateLoad() local
H A DAArch64TargetTransformInfo.cpp1190 auto *PredType = ScalableVectorType::get( in instCombineSVECmpNE() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp861 StringRef PredType = IsFCmp ? CCDef->getValueAsString("FCmpPredicate") in createAndImportSelDAGMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp997 FCmpInst::Predicate PredType = FCmpInst::BAD_FCMP_PREDICATE; in foldIntrinsicIsFPClass() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h2176 using PredType = Pred_t; member