Home
last modified time | relevance | path

Searched refs:One (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h26 APInt One; member
30 KnownBits(APInt Zero, APInt One) in KnownBits()
31 : Zero(std::move(Zero)), One(std::move(One)) {} in KnownBits()
41 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits()
45 assert(Zero.getBitWidth() == One.getBitWidth() && in getBitWidth()
51 bool hasConflict() const { return Zero.intersects(One); } in hasConflict()
55 return Zero.popcount() + One.popcount() == getBitWidth(); in isConstant()
62 return One; in getConstant()
66 bool isUnknown() const { return Zero.isZero() && One.isZero(); } in isUnknown()
70 return !Zero.isSignBitSet() && !One.isSignBitSet(); in isSignUnknown()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp24 APInt One = Val.One; in flipSignBit() local
25 Zero.setBitVal(SignBitPosition, Val.One[SignBitPosition]); in flipSignBit()
26 One.setBitVal(SignBitPosition, Val.Zero[SignBitPosition]); in flipSignBit()
27 return KnownBits(Zero, One); in flipSignBit()
38 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry()
41 APInt LHSKnownUnion = LHS.Zero | LHS.One; in computeForAddCarry()
42 APInt RHSKnownUnion = RHS.Zero | RHS.One; in computeForAddCarry()
49 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddCarry()
57 LHS, RHS, Carry.Zero.getBoolValue(), Carry.One.getBoolValue()); in computeForAddCarry()
78 std::swap(NotRHS.Zero, NotRHS.One); in computeForAddSub()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp227 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits()
228 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
232 if (DemandedMask.isSubsetOf(LHSKnown.Zero | RHSKnown.One)) in SimplifyDemandedUseBits()
234 if (DemandedMask.isSubsetOf(RHSKnown.Zero | LHSKnown.One)) in SimplifyDemandedUseBits()
246 SimplifyDemandedBits(I, 0, DemandedMask & ~RHSKnown.One, LHSKnown, Q, in SimplifyDemandedUseBits()
258 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits()
259 return Constant::getIntegerValue(VTy, Known.One); in SimplifyDemandedUseBits()
263 if (DemandedMask.isSubsetOf(LHSKnown.One | RHSKnown.Zero)) in SimplifyDemandedUseBits()
265 if (DemandedMask.isSubsetOf(RHSKnown.One | LHSKnown.Zero)) in SimplifyDemandedUseBits()
304 if (DemandedMask.isSubsetOf(Known.Zero | Known.One)) in SimplifyDemandedUseBits()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp245 AB &= ~Known2.One; in determineLiveOperandBits()
247 AB &= ~(Known.One & ~Known2.One); in determineLiveOperandBits()
505 APInt Bound = (LHS.Zero & RHS.Zero) | (LHS.One & RHS.One); in determineLiveOperandBitsAddCarry()
523 NeededToMaintainCarryOne = LHS.One | ~RHS.One; in determineLiveOperandBitsAddCarry()
526 NeededToMaintainCarryOne = RHS.One | ~LHS.One; in determineLiveOperandBitsAddCarry()
531 APInt PossibleSumOne = LHS.One + RHS.One + CarryOne; in determineLiveOperandBitsAddCarry()
564 NRHS.Zero = RHS.One; in determineLiveOperandBitsSub()
565 NRHS.One = RHS.Zero; in determineLiveOperandBitsSub()
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr51 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 Datanh_3u.c15 #define One 0x3ff0000000000000 macro
68 if (unlikely (ia == One)) in atanh()
71 if (unlikely (ia > One)) in atanh()
H A Datanhf_3u1.c15 #define One 0x3f800000 macro
71 if (iax == One) in atanhf()
74 if (unlikely (iax > One)) in atanhf()
H A Datanf_2u9.c16 #define One 0x3f800000 macro
45 if (ia > One) in atanf()
H A Dasinhf_3u5.c16 #define One (0x3f8) macro
52 if (ia12 < One) in asinhf()
H A Dasinf_2u5.c15 #define One 0x3f800000 macro
69 if (ia > One) in asinf()
H A Dacosf_1u4.c15 #define One 0x3f800000 macro
67 if (ia > One) in acosf()
H A Dtanh_3u.c22 #define One 0x3ff0000000000000 macro
65 return asdouble (One | sign); in tanh()
H A Dasinh_2u5.c15 #define One 0x3ff0000000000000 /* asuint64(1.0). */ macro
55 if (ia < One) in asinh()
H A Dasin_3u.c15 #define One 0x3ff0000000000000 macro
71 if (ia > One) in asin()
H A Dacos_2u.c15 #define One 0x3ff0000000000000 macro
64 if (ia > One) in acos()
H A Dtanhf_2u6.c14 #define One 0x3f800000 macro
72 return asfloat (One | sign); in tanhf()
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dandestech,atcpit100-timer.txt11 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 DLowerAtomic.cpp96 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
97 Value *Inc = Builder.CreateAdd(Loaded, One); in buildAtomicRMWValue()
104 Constant *One = ConstantInt::get(Loaded->getType(), 1); in buildAtomicRMWValue() local
106 Value *Dec = Builder.CreateSub(Loaded, One); in buildAtomicRMWValue()
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-match.mk40 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
89 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
94 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
179 .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 Dacosh.c14 #define One (0x3ff0000000000000) macro
32 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_D1()
H A Dacoshf.c11 #define One 0x3f800000 macro
33 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_F1()
H A Datanhf.c14 #define One (0x3f800000) macro
36 svbool_t special = svcmpge (pg, iax, One); in SV_NAME_F1()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h156 One, // Bit = 1. enumerator
192 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue()
209 : (T == 1 ? Type == One : false); in is()
255 return Type == Zero || Type == One; in num()
259 assert(Type == Zero || Type == One);
260 return Type == One;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsirf-usp.txt10 One of the DMA channels will be responsible for transmission (should be
15 - pinctrl-NNN: One property must exist for each entry in pinctrl-names.
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_3_strings.rst8 Number of allocations (definite) One plus any manipulations with the data
9 Number of allocations (indefinite) One plus logarithmically many

12345678910>>...24