Home
last modified time | relevance | path

Searched defs:Ones (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h473 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 DHexagonConstPropagation.cpp1662 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 DLegalizeVectorOps.cpp1485 SDValue Ones = DAG.getAllOnesConstant(DL, VT); in ExpandVP_SELECT() local
H A DTargetLowering.cpp1622 APInt Ones = APInt::getAllOnes(BitWidth); in SimplifyDemandedBits() local
H A DDAGCombiner.cpp13415 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1952 auto Ones = MIRBuilder.buildConstant(VTy, 1); in legalizeCTPOP() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1642 Constant *Ones = ConstantInt::getAllOnesValue(BO.getType()); in foldBinopOfSextBoolToSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2201 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 DRISCVISelLowering.cpp10578 SDValue Ones = DAG.getSplatVector(IdxVT, DL, DAG.getConstant(1, DL, XLenVT)); lowerVECTOR_INTERLEAVE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50923 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
56031 APInt Ones = APInt::getAllOnes(EltBits); in combineVectorCompare() local