Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dones.h34 Ones() : PrimitiveC(prim::kPrimOnes->name()) {} in Ones() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h504 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
515 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
524 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1664 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr()
1685 bool Ones, APInt &Result) { in evaluateCLBi()
1699 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCTBr()
1720 bool Ones, APInt &Result) { in evaluateCTBi()
2092 bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p); in evaluate() local
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py1272 class Ones(Primitive): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3922 APInt Ones = APInt::getAllOnesValue(32); in combineIncDecVector() local
DX86ISelLowering.cpp5995 APInt Ones = APInt::getAllOnesValue(32); in getOnesVector() local
40899 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp998 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local
9637 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7147 APInt Ones = APInt::getAllOnesValue(BitWidth); in visitXOR() local
9577 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local