/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 499 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/ |
D | sdca_ops_test.cc | 75 Node* Ones(Graph* const g, const int n) { in Ones() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 1652 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/ |
D | init_ops_v2.py | 102 class Ones(Initializer): class
|
D | init_ops.py | 123 class Ones(Initializer): class
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 823 SDValue Ones = CurDAG->getTargetConstant(MV, dl, MVT::i64); in SelectZeroExtend() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 3246 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/ |
D | pywrap_tfe_src.cc | 1071 PyObject* Ones(const PyTapeTensor& tensor) const final { in Ones() function in PyVSpace
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 883 uint64_t Ones = (Sum + Carry) & NonDemandedBits; in optimizeLogicalImm() local 8558 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4407 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/ |
D | AArch64ISelLowering.cpp | 7438 SDValue Ones = N->getOperand(1); in foldVectorXorShiftIntoCmp() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4684 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/ |
D | X86ISelLowering.cpp | 5405 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/ |
D | X86ISelLowering.cpp | 8329 APInt Mask = APInt::getAllOnesValue(BitWidth), Zeros, Ones; in LowerToBT() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8337 SDValue Ones = SetCC.getOperand(1); in foldExtendedSignBitTest() local
|