Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h471 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 DHexagonConstPropagation.cpp1662 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 DLegalizeVectorOps.cpp1491 SDValue Ones = DAG.getAllOnesConstant(DL, VT); ExpandVP_SELECT() local
H A DTargetLowering.cpp1606 APInt Ones = APInt::getAllOnes(BitWidth); SimplifyDemandedBits() local
H A DDAGCombiner.cpp13221 SDValue Ones = SetCC.getOperand(1); foldExtendedSignBitTest() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1420 Constant *Ones = ConstantInt::getAllOnesValue(BO.getType()); foldBinopOfSextBoolToSelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2019 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 DRISCVISelLowering.cpp9816 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 DX86ISelLowering.cpp4371 APInt Ones = APInt::getAllOnes(32); getOnesVector() local
49587 SDValue Ones = N->getOperand(1); foldVectorXorShiftIntoCmp() local
[all...]