Searched defs:Ones (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 471 unsigned Ones = countTrailingOnesSlowCase(); isMask() local 482 unsigned Ones = countTrailingOnesSlowCase(); isMask() local 491 unsigned Ones = countPopulationSlowCase(); isShiftedMask() local 503 unsigned Ones = countPopulationSlowCase(); isShiftedMask() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1662 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr() 1683 bool Ones, APInt &Result) { in evaluateCLBi() 1697 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCTBr() 1718 bool Ones, APInt &Result) { in evaluateCTBi() 2090 bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p); in evaluate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 1491 SDValue Ones = DAG.getAllOnesConstant(DL, VT); ExpandVP_SELECT() local
|
H A D | TargetLowering.cpp | 1606 APInt Ones = APInt::getAllOnes(BitWidth); SimplifyDemandedBits() local
|
H A D | DAGCombiner.cpp | 13221 SDValue Ones = SetCC.getOperand(1); foldExtendedSignBitTest() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 1420 Constant *Ones = ConstantInt::getAllOnesValue(BO.getType()); foldBinopOfSextBoolToSelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 2019 uint64_t Ones = (Sum + Carry) & NonDemandedBits; optimizeLogicalImm() local 16486 SDValue Ones = N->getOperand(1); foldVectorXorShiftIntoCmp() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 9816 SDValue Ones = DAG.getSplatVector(IdxVT, DL, DAG.getConstant(1, DL, XLenVT)); lowerVECTOR_INTERLEAVE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4371 APInt Ones = APInt::getAllOnes(32); getOnesVector() local 49587 SDValue Ones = N->getOperand(1); foldVectorXorShiftIntoCmp() local [all...] |