Searched defs:Ones (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 473 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local 484 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local 493 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local 505 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1662 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr() argument 1683 bool Ones, APInt &Result) { in evaluateCLBi() argument 1697 bool Ones, cons in evaluateCTBr() argument 1718 evaluateCTBi(const APInt & A1,bool Zeros,bool Ones,APInt & Result) evaluateCTBi() argument 2090 bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p); evaluate() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1485 SDValue Ones = DAG.getAllOnesConstant(DL, VT); in ExpandVP_SELECT() local
|
H A D | TargetLowering.cpp | 1622 APInt Ones = APInt::getAllOnes(BitWidth); in SimplifyDemandedBits() local
|
H A D | DAGCombiner.cpp | 13415 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1952 auto Ones = MIRBuilder.buildConstant(VTy, 1); in legalizeCTPOP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1642 Constant *Ones = ConstantInt::getAllOnesValue(BO.getType()); in foldBinopOfSextBoolToSelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2201 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local 10108 SDValue Ones = DAG.getConstant(1, DL, VT8Bit); in LowerCTPOP_PARITY() local 17613 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 10578 SDValue Ones = DAG.getSplatVector(IdxVT, DL, DAG.getConstant(1, DL, XLenVT)); lowerVECTOR_INTERLEAVE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 50923 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local 56031 APInt Ones = APInt::getAllOnes(EltBits); in combineVectorCompare() local
|