/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 722 static bool isMinOrMax(SelectPatternFlavor SPF) { in isMinOrMax() 723 return SPF != SPF_UNKNOWN && SPF != SPF_ABS && SPF != SPF_NABS; in isMinOrMax() 767 CmpInst::Predicate getMinMaxPred(SelectPatternFlavor SPF, bool Ordered = false); 771 SelectPatternFlavor getInverseMinMaxFlavor(SelectPatternFlavor SPF); 777 APInt getMinMaxLimit(SelectPatternFlavor SPF, unsigned BitWidth);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 250 SelectPatternFlavor SPF; in getHashValueImpl() local 252 if (matchSelectWithOptionalNotCond(Inst, Cond, A, B, SPF)) { in getHashValueImpl() 258 if (SPF == SPF_SMIN || SPF == SPF_SMAX || in getHashValueImpl() 259 SPF == SPF_UMIN || SPF == SPF_UMAX) { in getHashValueImpl() 262 return hash_combine(Inst->getOpcode(), SPF, A, B); in getHashValueImpl()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 1142 if (SPF == SelectPatternFlavor::SPF_ABS || in canonicalizeSPF() 1143 SPF == SelectPatternFlavor::SPF_NABS) { in canonicalizeSPF() 1148 bool IntMinIsPoison = SPF == SelectPatternFlavor::SPF_ABS && in canonicalizeSPF() 1155 if (SPF == SelectPatternFlavor::SPF_NABS) in canonicalizeSPF() 1160 if (SelectPatternResult::isMinOrMax(SPF)) { in canonicalizeSPF() 1162 switch (SPF) { in canonicalizeSPF() 3273 auto SPF = SPR.Flavor; in visitSelectInst() local 3274 if (SPF) { in visitSelectInst() 3278 RHS2, SI, SPF, RHS)) in visitSelectInst() 3282 RHS2, SI, SPF, LHS)) in visitSelectInst() [all …]
|
H A D | InstCombineMulDivRem.cpp | 319 SelectPatternFlavor SPF = matchSelectPattern(Op0, X, Y).Flavor; in visitMul() local 320 if (SPF == SPF_ABS || SPF == SPF_NABS) in visitMul()
|
H A D | InstCombineCalls.cpp | 566 SelectPatternFlavor SPF = matchSelectPattern(Op0, X, Y).Flavor; in foldCttzCtlz() local 567 if (SPF == SPF_ABS || SPF == SPF_NABS) in foldCttzCtlz()
|
H A D | InstCombineCompares.cpp | 5535 SelectPatternFlavor SPF = matchSelectPattern(Cmp.user_back(), A, B).Flavor; in foldICmpUsingKnownBits() local 5536 if (!SelectPatternResult::isMinOrMax(SPF)) in foldICmpUsingKnownBits()
|
/openbsd/share/snmp/ |
H A D | IANA-RTPROTO-MIB.txt | 70 bbnSpfIgp (12), -- BBN SPF IGP
|
H A D | IP-FORWARD-MIB.txt | 748 bbnSpfIgp (12), -- BBN SPF IGP 1131 bbnSpfIgp (12), -- BBN SPF IGP
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1127 switch (SPF) { in computeKnownBitsFromOperator() 1152 if (SPF == SPF_ABS) { in computeKnownBitsFromOperator() 3000 if (SPF != SPF_SMAX && SPF != SPF_SMIN) in isSignedMinMaxClamp() 3014 if (SPF == SPF_SMIN) in isSignedMinMaxClamp() 6600 if (SPF == SPF_FMINNUM) in getMinMaxPred() 6602 if (SPF == SPF_FMAXNUM) in getMinMaxPred() 6608 if (SPF == SPF_SMIN) return SPF_SMAX; in getInverseMinMaxFlavor() 6609 if (SPF == SPF_UMIN) return SPF_UMAX; in getInverseMinMaxFlavor() 6610 if (SPF == SPF_SMAX) return SPF_SMIN; in getInverseMinMaxFlavor() 6611 if (SPF == SPF_UMAX) return SPF_UMIN; in getInverseMinMaxFlavor() [all …]
|
H A D | InstructionSimplify.cpp | 4433 SelectPatternFlavor SPF = in simplifySelectWithICmpCond() local 4437 if (SelectPatternResult::isMinOrMax(SPF) && Pred == getMinMaxPred(SPF)) { in simplifySelectWithICmpCond() 4438 APInt LimitC = getMinMaxLimit(getInverseMinMaxFlavor(SPF), in simplifySelectWithICmpCond()
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | FEATURES | 102 4408: SPF
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 956 SelectPatternFlavor SPF = matchSelectPattern(Sel, LHS, RHS).Flavor; in getCmpSelInstrCost() local 958 switch (SPF) { in getCmpSelInstrCost()
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | RELNOTES | 2006 - Bug #101: add support for the SPF record.
|
H A D | ChangeLog | 4887 indexed by value below SPF, and in
|