| /freebsd-12.1/contrib/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() 59 return One; in getConstant() 68 One.clearAllBits(); in resetAll() 80 return One.isAllOnesValue(); in isAllOnes() 86 One.clearAllBits(); in setAllZero() 92 One.setAllBits(); in setAllOnes() 103 One.setSignBit(); in makeNegative() 152 return One.countLeadingOnes(); in countMinLeadingOnes() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 25 std::swap(RHS.Zero, RHS.One); in computeForAddSub() 30 APInt PossibleSumOne = LHS.One + RHS.One + CarryIn; in computeForAddSub() 34 APInt CarryKnownOne = PossibleSumOne ^ LHS.One ^ RHS.One; in computeForAddSub() 37 APInt LHSKnownUnion = LHS.Zero | LHS.One; in computeForAddSub() 38 APInt RHSKnownUnion = RHS.Zero | RHS.One; in computeForAddSub() 48 KnownOut.One = std::move(PossibleSumOne) & Known; in computeForAddSub()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 178 APInt IKnownOne = RHSKnown.One & LHSKnown.One; in SimplifyDemandedUseBits() 212 APInt IKnownOne = RHSKnown.One | LHSKnown.One; in SimplifyDemandedUseBits() 243 (RHSKnown.One & LHSKnown.One); in SimplifyDemandedUseBits() 275 RHSKnown.One.isSubsetOf(LHSKnown.One)) { in SimplifyDemandedUseBits() 295 (LHSKnown.One & RHSKnown.One & DemandedMask) != 0) { in SimplifyDemandedUseBits() 357 Known.One = RHSKnown.One & LHSKnown.One; in SimplifyDemandedUseBits() 620 Known.One = LHSKnown.One & LowBits; in SimplifyDemandedUseBits() 713 Known.One = LHSKnown.One.shl(ShiftAmt) | in SimplifyDemandedUseBits() 789 APInt IKnownOne = RHSKnown.One & LHSKnown.One; in SimplifyMultipleUseDemandedBits() 820 APInt IKnownOne = RHSKnown.One | LHSKnown.One; in SimplifyMultipleUseDemandedBits() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 633 Known.One |= RHSKnown.One; in computeKnownBitsFromAssume() 647 Known.One |= RHSKnown.One & MaskKnown.One; in computeKnownBitsFromAssume() 723 Known.One |= RHSKnown.One & BKnown.One; in computeKnownBitsFromAssume() 737 Known.One |= RHSKnown.One; in computeKnownBitsFromAssume() 764 Known.One |= RHSKnown.One << C; in computeKnownBitsFromAssume() 987 Known.One &= Known2.One; in computeKnownBitsFromOperator() 1013 Known.One |= Known2.One; in computeKnownBitsFromOperator() 1022 Known.One = (Known.Zero & Known2.One) | (Known.One & Known2.Zero); in computeKnownBitsFromOperator() 1100 Known.One &= Known2.One; in computeKnownBitsFromOperator() 1441 Known.One &= Known2.One; in computeKnownBitsFromOperator() [all …]
|
| H A D | DemandedBits.cpp | 256 AB &= ~Known2.One; in determineLiveOperandBits() 258 AB &= ~(Known.One & ~Known2.One); in determineLiveOperandBits()
|
| /freebsd-12.1/usr.sbin/bsdconfig/networking/include/ |
| H A D | messages.subr | 53 msg_hostname_label_exceeds_max_length="ERROR! One or more individual labels within the hostname\n(s… 54 msg_hostname_label_is_null="ERROR! One or more individual labels within the hostname\n(separated by… 55 msg_hostname_label_starts_or_ends_with_hyphen="ERROR! One or more individual labels within the host… 58 msg_ipv4_addr_octet_contains_invalid_chars="ERROR! One or more individual octets within the IPv4 ad… 59 msg_ipv4_addr_octet_exceeds_max_value="ERROR! One or more individual octets within the IPv4 address… 60 msg_ipv4_addr_octet_is_null="ERROR! One or more individual octets within the IPv4 address\n(separat… 62 msg_ipv4_mask_field_contains_invalid_chars="ERROR! One or more individual fields within the subnet … 63 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\… 64 msg_ipv4_mask_field_invalid_value="ERROR! One or more individual fields within the subnet mask\n(se… 65 msg_ipv4_mask_field_is_null="ERROR! One or more individual fields within the subnet mask\n(separate… [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 29 // GPR - One of the 32 32-bit general-purpose registers 34 // GP8 - One of the 32 64-bit general-purpose registers 41 // SPE - One of the 32 64-bit general-purpose registers (SPE) 48 // SPR - One of the 32-bit special-purpose registers 53 // FPR - One of the 32 64-bit floating-point registers 65 // VF - One of the 32 64-bit floating-point subregisters of the vector 72 // VR - One of the 32 128-bit vector registers 80 // VSRL - One of the 32 128-bit VSX registers that overlap with the scalar 88 // VSXReg - One of the VSX registers in the range vs32-vs63 with numbering 94 // CR - One of the 8 4-bit condition registers [all …]
|
| H A D | P9InstrResources.td | 22 // - One CY (Crypto) unit P9_CY_* 23 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_* 24 // - Two PM (Permute) units. One on each superslice. P9_PM_* 25 // - Two DIV (Fixed Point Divide) units. One on each superslize. P9_DIV_* 26 // - Four ALU (Fixed Point Arithmetic) units. One on each slice. P9_ALU_* 27 // - Four DP (Floating Point) units. One on each slice. P9_DP_* 29 // - Four AGEN (Address Generation) units. One for each slice. P9_AGEN_* 1035 // One is three cycle ALU the ohter is a two cycle ALU. 1036 // One of the ALU ops is restricted the other is not so we have a total of 1072 // One of the ALU ops is restricted and takes 3 dispatches. [all …]
|
| /freebsd-12.1/contrib/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;
|
| H A D | HexagonAsmPrinter.cpp | 450 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local 451 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() 486 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local 487 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() 513 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() local 514 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 162 ConstantInt *One; in generateUnsignedDivisionCode() local 168 One = Builder.getInt64(1); in generateUnsignedDivisionCode() 174 One = Builder.getInt32(1); in generateUnsignedDivisionCode() 272 Value *SR_1 = Builder.CreateAdd(SR, One); in generateUnsignedDivisionCode() 310 Value *Tmp5 = Builder.CreateShl(R_1, One); in generateUnsignedDivisionCode() 313 Value *Tmp8 = Builder.CreateShl(Q_2, One); in generateUnsignedDivisionCode() 317 Value *Carry = Builder.CreateAnd(Tmp10, One); in generateUnsignedDivisionCode() 333 Value *Tmp13 = Builder.CreateShl(Q_3, One); in generateUnsignedDivisionCode()
|
| /freebsd-12.1/tests/sys/geom/class/uzip/etalon/ |
| H A D | etalon.txt | 30 One, two! One, two! And through and through
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 2348 Known.One &= Known2.One; in computeKnownBits() 2386 Known.One &= Known2.One; in computeKnownBits() 2395 Known.One &= Known2.One; in computeKnownBits() 2559 Known.One &= Known2.One; in computeKnownBits() 2570 Known.One |= Known2.One; in computeKnownBits() 2626 Known.One &= Known2.One; in computeKnownBits() 2637 Known.One &= Known2.One; in computeKnownBits() 3102 Known.One = Known2.One; in computeKnownBits() 3125 Known.One &= Known2.One; in computeKnownBits() 3139 Known.One &= Known2.One; in computeKnownBits() [all …]
|
| H A D | TargetLowering.cpp | 542 Known.One &= Known2.One; in SimplifyDemandedBits() 560 Known.One &= Known2.One; in SimplifyDemandedBits() 597 Known.One &= Known2.One; in SimplifyDemandedBits() 604 Known.One &= Known2.One; in SimplifyDemandedBits() 668 Known.One &= Known2.One; in SimplifyDemandedBits() 701 Known.One |= Known2.One; in SimplifyDemandedBits() 732 KnownOut.Zero = (Known.Zero & Known2.Zero) | (Known.One & Known2.One); in SimplifyDemandedBits() 734 KnownOut.One = (Known.Zero & Known2.One) | (Known.One & Known2.Zero); in SimplifyDemandedBits() 781 Known.One &= Known2.One; in SimplifyDemandedBits() 799 Known.One &= Known2.One; in SimplifyDemandedBits() [all …]
|
| H A D | FunctionLoweringInfo.cpp | 444 DestLOI.Known.One = Val; in ComputePHILiveOutRegInfo() 462 DestLOI.Known.One.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo() 477 DestLOI.Known.One &= Val; in ComputePHILiveOutRegInfo() 495 DestLOI.Known.One &= SrcLOI->Known.One; in ComputePHILiveOutRegInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 409 APInt One(Idx->getBitWidth(), 1); in allocateCandidatesAndFindBasisForAdd() local 410 Idx = ConstantInt::get(Idx->getContext(), One << Idx->getValue()); in allocateCandidatesAndFindBasisForAdd() 414 ConstantInt *One = ConstantInt::get(cast<IntegerType>(I->getType()), 1); in allocateCandidatesAndFindBasisForAdd() local 415 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), One, RHS, in allocateCandidatesAndFindBasisForAdd() 511 APInt One(RHS->getBitWidth(), 1); in factorArrayIndex() local 513 ConstantInt::get(RHS->getContext(), One << RHS->getValue()); in factorArrayIndex()
|
| H A D | InductiveRangeCheckElimination.cpp | 877 ConstantInt *One = ConstantInt::get(IndVarTy, 1); in parseLoopStructure() local 941 RightValue = B.CreateAdd(RightValue, One); in parseLoopStructure() 1008 RightValue = B.CreateSub(RightValue, One); in parseLoopStructure() 1071 const SCEV *One = SE.getOne(Ty); in calculateSubRanges() local 1076 GreatestSeen = SE.getMinusSCEV(End, One); in calculateSubRanges() 1093 Smallest = SE.getAddExpr(End, One); in calculateSubRanges() 1094 Greatest = SE.getAddExpr(Start, One); in calculateSubRanges() 1647 const SCEV *One = SE.getOne(X->getType()); in computeSafeIterationSpace() local 1650 return One; in computeSafeIterationSpace() 1655 const SCEV *NegOne = SE.getNegativeSCEV(One); in computeSafeIterationSpace() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 667 Alignment(CharUnits::One()), UnpackedAlignment(CharUnits::One()), in ItaniumRecordLayoutBuilder() 1189 ? CharUnits::One() in LayoutBase() 1223 Alignment = CharUnits::One(); in LayoutBase() 1807 FieldAlign = CharUnits::One(); in LayoutField() 1883 setSize(CharUnits::One()); in FinishLayout() 1886 setSize(CharUnits::One()); in FinishLayout() 1902 Alignment = CharUnits::One(); in FinishLayout() 1966 Alignment = CharUnits::One(); in updateExternalFieldOffset() 2425 Info.Alignment = CharUnits::One(); in getAdjustedElementInfo() 2443 MinEmptyStructSize = CharUnits::One(); in cxxLayout() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | FunctionLoweringInfo.h | 283 LOI.Known.One = Known.One; in AddLiveOutRegInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1582 SDValue One = DAG.getConstant(1, DL, HalfVT); in LowerUDIVREM64() local 1644 One); in LowerUDIVREM64() 1659 One); in LowerUDIVREM64() 2419 One, in LowerINT_TO_FP32() 2596 One, E); in LowerFP_TO_FP16() 3075 VecOp, One); in performSrlCombine() 3778 APFloat One(Val.getSemantics(), "1.0"); in performRcpCombine() local 4330 Known.One.setHighBits(32 - MaxValBits); in computeKnownBitsForTargetNode() 4356 Known.One |= ((RHSKnown.One.getZExtValue() >> SelBits) & 0xff) << I; in computeKnownBitsForTargetNode() 4360 Known.One |= ((LHSKnown.One.getZExtValue() >> SelBits) & 0xff) << I; in computeKnownBitsForTargetNode() [all …]
|
| H A D | AMDGPUCodeGenPrepare.cpp | 529 ConstantInt *One = Builder.getInt32(1); in expandDivRem24() local 530 Value *JQ = One; in expandDivRem24() 540 JQ = Builder.CreateOr(JQ, One); in expandDivRem24() 646 ConstantInt *One = Builder.getInt32(1); in expandDivRem32() local 721 Value *Quotient_A_One = Builder.CreateAdd(Quotient, One); in expandDivRem32() 724 Value *Quotient_S_One = Builder.CreateSub(Quotient, One); in expandDivRem32()
|
| /freebsd-12.1/sys/gnu/dts/arm64/allwinner/ |
| H A D | sun50i-h6-orangepi-one-plus.dts | 10 model = "OrangePi One Plus";
|
| /freebsd-12.1/release/picobsd/tinyware/msh/ |
| H A D | README | 3 It's quite limited, but also quite small. One of most serious
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | modmatch.mk | 29 LIST= One Two Three Four five six seven
|
| /freebsd-12.1/usr.bin/indent/ |
| H A D | README | 64 | The source I have right now has two copyright notices. One is the 65 | original from the UofI. One is from Berkeley. 92 have to revert to an older version. One way or another, I hope to get
|