Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h499 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
510 unsigned Ones = countTrailingOnesSlowCase(); in isMask() local
519 unsigned Ones = countPopulationSlowCase(); in isShiftedMask() local
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops_test.cc75 Node* Ones(Graph* const g, const int n) { in Ones() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1652 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCLBr()
1673 bool Ones, APInt &Result) { in evaluateCLBi()
1687 bool Ones, const CellMap &Inputs, LatticeCell &Result) { in evaluateCTBr()
1708 bool Ones, APInt &Result) { in evaluateCTBi()
2080 bool Ones = (Opc == S2_ct1) || (Opc == S2_ct1p); in evaluate() local
/external/tensorflow/tensorflow/python/ops/
Dinit_ops_v2.py102 class Ones(Initializer): class
Dinit_ops.py123 class Ones(Initializer): class
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp823 SDValue Ones = CurDAG->getTargetConstant(MV, dl, MVT::i64); in SelectZeroExtend() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp3246 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local
3386 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getUnsignedRange() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1071 PyObject* Ones(const PyTapeTensor& tensor) const final { in Ones() function in PyVSpace
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp883 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local
8558 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4407 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in GetMinTrailingZeros() local
4578 APInt Zeros(BitWidth, 0), Ones(BitWidth, 0); in getRange() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7438 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4684 APInt Ones = APInt::getAllOnesValue(32); in getOnesVector() local
15010 APInt Zeros, Ones; in LowerToBT() local
28616 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp5405 APInt Ones = APInt::getAllOnesValue(32); in getOnesVector() local
32113 SDValue Ones = DAG.getAllOnesConstant(DL, ResVT); in combineHorizontalPredicateResult() local
35299 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8329 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones; in LowerToBT() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8337 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local