Searched refs:Ones (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 504 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local 505 return (numBits == Ones) && in isMask() 506 ((Ones + countLeadingZerosSlowCase()) == BitWidth); in isMask() 515 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local 516 return (Ones > 0) && ((Ones + countLeadingZerosSlowCase()) == BitWidth); in isMask() 524 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local 526 return (Ones + LeadZ + countTrailingZeros()) == BitWidth; in isShiftedMask()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 409 bool evaluateCLBr(const RegisterSubReg &R1, bool Zeros, bool Ones, 411 bool evaluateCLBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result); 412 bool evaluateCTBr(const RegisterSubReg &R1, bool Zeros, bool Ones, 414 bool evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result); 1664 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr() argument 1675 evaluateCLBi(A, Zeros, Ones, CA); in evaluateCLBr() 1685 bool Ones, APInt &Result) { in evaluateCLBi() argument 1687 if (!Zeros && !Ones) in evaluateCLBi() 1692 if (Ones && (Count == 0)) in evaluateCLBi() 1699 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCTBr() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 3922 APInt Ones = APInt::getAllOnesValue(32); in combineIncDecVector() local 3925 OneConstant = CurDAG->getConstant(Ones, DL, MVT::i32); in combineIncDecVector()
|
D | X86ISelLowering.cpp | 5995 APInt Ones = APInt::getAllOnesValue(32); in getOnesVector() local 5997 SDValue Vec = DAG.getConstant(Ones, dl, MVT::getVectorVT(MVT::i32, NumElts)); in getOnesVector() 40899 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local 40901 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp() 40913 return DAG.getSetCC(SDLoc(N), VT, Shift.getOperand(0), Ones, ISD::SETGT); in foldVectorXorShiftIntoCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips64InstrInfo.td | 563 // Count Ones in a Word/Doubleword
|
D | MipsInstrInfo.td | 1753 // Count Leading Ones/Zeros in Word
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 7147 APInt Ones = APInt::getAllOnesValue(BitWidth); in visitXOR() local 7148 Ones = N0Opcode == ISD::SHL ? Ones.shl(ShiftAmt) : Ones.lshr(ShiftAmt); in visitXOR() 7149 if (XorC->getAPIntValue() == Ones) { in visitXOR() 9577 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local 9584 if (CC == ISD::SETGT && isAllOnesConstant(Ones) && VT == XVT) { in foldExtendedSignBitTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 998 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local 999 NewImm = (Imm | Ones) & Mask; in optimizeLogicalImm() 9637 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local 9639 !ISD::isBuildVectorAllOnes(Ones.getNode())) in foldVectorXorShiftIntoCmp()
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | ppucd.txt | 36197 # Ones 36255 # Ones
|
/third_party/icu/icu4c/source/data/unidata/ |
D | ppucd.txt | 37474 # Ones 37532 # Ones
|