Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h25 APInt One; member
30 : Zero(std::move(Zero)), One(std::move(One)) {} in KnownBits()
59 return One; in getConstant()
92 One.setAllBits(); in setAllOnes()
122 return One; in getMinValue()
128 APInt Min = One; in getSignedMinValue()
212 One.insertBits(SubBits.One, BitPosition); in insertBits()
225 return KnownBits(Zero.concat(Lo.Zero), One.concat(Lo.One)); in concat()
303 return KnownBits(Zero & RHS.Zero, One & RHS.One); in intersectWith()
313 return KnownBits(Zero | RHS.Zero, One | RHS.One); in unionWith()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp32 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddCarry()
110 Result.One = One << ExtBits; in sextInReg()
158 APInt One = Val.One; in smax() local
173 One.setBitVal(SignBitPosition, Val.One[SignBitPosition]); in smin()
194 Known.One = LHS.One.ushl_ov(ShiftAmt, ShiftedOutOne); in shl()
608 Res.One = C; in computeForSatAddSub()
772 if (LHS.One[0]) in divComputeLowBit()
950 One &= RHS.One; in operator &=()
958 One |= RHS.One; in operator |=()
964 APInt Z = (Zero & RHS.Zero) | (One & RHS.One); in operator ^=()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp329 RHSKnown.One.isSubsetOf(LHSKnown.One)) { in SimplifyDemandedUseBits()
360 (LHSKnown.One & RHSKnown.One & DemandedMask) != 0) { in SimplifyDemandedUseBits()
361 APInt NewMask = ~(LHSKnown.One & RHSKnown.One & DemandedMask); in SimplifyDemandedUseBits()
625 Constant *One = ConstantInt::get(VTy, 1); in SimplifyDemandedUseBits() local
741 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
791 Known.One.lshrInPlace(ShiftAmt); in SimplifyDemandedUseBits()
804 Known.One |= HighBits; in SimplifyDemandedUseBits()
855 Known.One = LHSKnown.One & LowBits; in SimplifyDemandedUseBits()
865 Known.One |= ~LowBits; in SimplifyDemandedUseBits()
1014 Known.One = LHSKnown.One.shl(ShiftAmt) | in SimplifyDemandedUseBits()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp247 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 Dmessages.subr52 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…
64 msg_ipv4_mask_field_is_null="ERROR! One or more individual fields within the subnet mask\n(separate…
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
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 Dacosf_1u4.c15 #define One (0x3f800000) macro
67 if (ia > One) in acosf()
H A Dasinf_2u5.c15 #define One (0x3f800000) macro
69 if (ia > One) in asinf()
H A Dasinhf_3u5.c16 #define One (0x3f8) macro
55 if (ia12 < One) in asinhf()
H A Dsv_acoshf_2u8.c11 #define One 0x3f800000 macro
31 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_F1()
H A Dtanh_3u.c20 #define One 0x3ff0000000000000 macro
63 return asdouble (One | sign); in tanh()
H A Dasin_3u.c15 #define One (0x3ff0000000000000) macro
71 if (ia > One) in asin()
H A Dasinh_2u5.c14 #define One 0x3ff0000000000000 /* asuint64(1.0). */ macro
57 if (ia < One) in asinh()
H A Dsv_atanhf_2u8.c15 #define One (0x3f800000) macro
34 svbool_t special = svcmpge (pg, iax, One); in SV_NAME_F1()
H A Dacos_2u.c15 #define One (0x3ff0000000000000) macro
64 if (ia > One) in acos()
H A Dtanhf_2u6.c15 #define One 0x3f800000 macro
73 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.cpp81 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/bmake/unit-tests/
H A Dvarmod-match.mk36 .if ${One Two Three Four five six seven so s:L:Ms??*} != "six seven"
86 .if ${One Two Three Four five six seven:L:M[A-Z]*} != "One Two Three Four"
91 .if ${One Two Three Four five six seven:L:M[^A-Z]*} != "five six seven"
176 .if ${One Two Three Four five six seven:L:M[^s]*[ex]} != "One Three five"
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h159 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/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp351 const SCEV *One = SE.getOne(RHS->getType()); in parseIvAgaisntLimit() local
354 if (SE.willNotOverflow(Instruction::BinaryOps::Add, Signed, RHSS, One)) { in parseIvAgaisntLimit()
356 End = SE.getAddExpr(RHSS, One); in parseIvAgaisntLimit()
595 const SCEV *One = SE.getOne(RTy); in calculateSubRanges() local
600 GreatestSeen = SE.getMinusSCEV(End, One); in calculateSubRanges()
617 Smallest = SE.getAddExpr(End, One); in calculateSubRanges()
618 Greatest = SE.getAddExpr(Start, One); in calculateSubRanges()
756 const SCEV *One = SE.getOne(X->getType()); in computeSafeIterationSpace() local
759 return One; in computeSafeIterationSpace()
764 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace()
[all …]
/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.rst8 Number of allocations (definite) One plus any manipulations with the data
9 Number of allocations (indefinite) One plus logarithmically many

12345678910>>...25