/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 25 APInt One; member 29 KnownBits(APInt Zero, APInt One) in KnownBits() 30 : Zero(std::move(Zero)), One(std::move(One)) {} in KnownBits() 37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() 41 assert(Zero.getBitWidth() == One.getBitWidth() && in getBitWidth() 47 bool hasConflict() const { return Zero.intersects(One); } in hasConflict() 51 return Zero.popcount() + One.popcount() == getBitWidth(); in isConstant() 58 return One; in getConstant() 62 bool isUnknown() const { return Zero.isZero() && One.isZero(); } in isUnknown() 66 return !Zero.isSignBitSet() && !One.isSignBitSet(); in isSignUnknown() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 29 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry() 32 APInt LHSKnownUnion = LHS.Zero | LHS.One; in computeForAddCarry() 33 APInt RHSKnownUnion = RHS.Zero | RHS.One; in computeForAddCarry() 40 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry() 48 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry() 69 std::swap(NotRHS.Zero, NotRHS.One); in computeForAddSub() 86 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 88 KnownOut.One.setHighBits(MinVal.countl_one()); in computeForAddSub() 120 KnownOut.One.setBits(BitWidth - 1 - NumBits, BitWidth - 1); in computeForAddSub() 127 KnownOut.One.setSignBit(); in computeForAddSub() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 220 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits() 221 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 225 if (DemandedMask.isSubsetOf(LHSKnown.Zero | RHSKnown.One)) in SimplifyDemandedUseBits() 227 if (DemandedMask.isSubsetOf(RHSKnown.Zero | LHSKnown.One)) in SimplifyDemandedUseBits() 239 SimplifyDemandedBits(I, 0, DemandedMask & ~RHSKnown.One, LHSKnown, in SimplifyDemandedUseBits() 251 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits() 252 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits() 256 if (DemandedMask.isSubsetOf(LHSKnown.One | RHSKnown.Zero)) in SimplifyDemandedUseBits() 258 if (DemandedMask.isSubsetOf(RHSKnown.One | LHSKnown.Zero)) in SimplifyDemandedUseBits() 297 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 247 AB &= ~Known2.One; in determineLiveOperandBits() 249 AB &= ~(Known.One & ~Known2.One); in determineLiveOperandBits() 507 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry() 525 NeededToMaintainCarryOne = LHS.One | ~RHS.One; in determineLiveOperandBitsAddCarry() 528 NeededToMaintainCarryOne = RHS.One | ~LHS.One; in determineLiveOperandBitsAddCarry() 533 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry() 566 NRHS.Zero = RHS.One; in determineLiveOperandBitsSub() 567 NRHS.One = RHS.Zero; in determineLiveOperandBitsSub()
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 51 msg_hostname_label_contains_invalid_chars="ERROR! One or more individual labels within the hostname… 52 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s… 53 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by… 54 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host… 57 msg_ipv4_addr_octet_contains_invalid_chars="ERROR! One or more individual octets within the IPv4 ad… 58 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address… 59 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat… 61 msg_ipv4_mask_field_contains_invalid_chars="ERROR! One or more individual fields within the subnet … 62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\… 63 msg_ipv4_mask_field_invalid_value="ERROR! One or more individual fields within the subnet mask\n(se… [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atanh_3u.c | 15 #define One 0x3ff0000000000000 macro 68 if (unlikely (ia == One)) in atanh() 71 if (unlikely (ia > One)) in atanh()
|
H A D | atanhf_3u1.c | 15 #define One 0x3f800000 macro 71 if (iax == One) in atanhf() 74 if (unlikely (iax > One)) in atanhf()
|
H A D | atanf_2u9.c | 16 #define One 0x3f800000 macro 45 if (ia > One) in atanf()
|
H A D | asinhf_3u5.c | 16 #define One (0x3f8) macro 52 if (ia12 < One) in asinhf()
|
H A D | asinf_2u5.c | 15 #define One 0x3f800000 macro 69 if (ia > One) in asinf()
|
H A D | acosf_1u4.c | 15 #define One 0x3f800000 macro 67 if (ia > One) in acosf()
|
H A D | tanh_3u.c | 22 #define One 0x3ff0000000000000 macro 65 return asdouble (One | sign); in tanh()
|
H A D | asinh_2u5.c | 15 #define One 0x3ff0000000000000 /* asuint64(1.0). */ macro 55 if (ia < One) in asinh()
|
H A D | asin_3u.c | 15 #define One 0x3ff0000000000000 macro 71 if (ia > One) in asin()
|
H A D | acos_2u.c | 15 #define One 0x3ff0000000000000 macro 64 if (ia > One) in acos()
|
H A D | tanhf_2u6.c | 14 #define One 0x3f800000 macro 72 return asfloat (One | sign); in tanhf()
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | andestech,atcpit100-timer.txt | 11 One 32-bit timer 14 One 16-bit PWM 15 One 16-bit timer and one 8-bit PWM
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 81 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local 82 Value *Inc = Builder.CreateAdd(Loaded, One); in buildAtomicRMWValue() 89 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local 91 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 159 One, // Bit = 1. enumerator 195 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() 212 : (T == 1 ? Type == One : false); in is() 258 return Type == Zero || Type == One; in num() 262 assert(Type == Zero || Type == One); 263 return Type == One;
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-match.mk | 36 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven" 85 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four" 90 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven" 175 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | acosh.c | 14 #define One (0x3ff0000000000000) macro 32 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_D1()
|
H A D | acoshf.c | 11 #define One 0x3f800000 macro 33 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_F1()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Floating.h | 176 APFloat One(A.F.getSemantics(), 1); in increment() 178 return R->F.add(One, RM); in increment() 189 APFloat One(A.F.getSemantics(), 1); in decrement() 191 return R->F.subtract(One, RM); in decrement()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 13 Number of allocations One per lifetime 23 Number of allocations One per lifetime 31 …ics, the following functions can be used for both Type 0 and Type 1 items. One can convert between…
|
H A D | type_3.rst | 8 Number of allocations (definite) One plus any manipulations with the data 9 Number of allocations (indefinite) One plus logarithmically many
|