/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_RightShift.pbtxt | 2 graph_op_name: "RightShift" 4 name: "bitwise.RightShift"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_RightShift.pbtxt | 2 graph_op_name: "RightShift"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RightShift.pbtxt | 2 graph_op_name: "RightShift"
|
/external/python/cpython2/Tools/compiler/ |
D | ast.txt | 73 RightShift: (left, right)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3394 Value *RightShift = Signed ? Builder.CreateAShr(Shl, ShiftVal) in visitCallInst() local 3396 RightShift->takeName(II); in visitCallInst() 3397 return replaceInstUsesWith(*II, RightShift); in visitCallInst() 3407 Value *RightShift = Signed ? Builder.CreateAShr(Shl, IntSize - Width) in visitCallInst() local 3409 RightShift->takeName(II); in visitCallInst() 3410 return replaceInstUsesWith(*II, RightShift); in visitCallInst() 3413 Value *RightShift = Signed ? Builder.CreateAShr(Src, Offset) in visitCallInst() local 3416 RightShift->takeName(II); in visitCallInst() 3417 return replaceInstUsesWith(*II, RightShift); in visitCallInst()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | binary_ops.cc | 168 XLA_MAKE_BINARY(RightShift,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 3034 bool RightShift = in transformToImmForm() local 3063 uint64_t SH = RightShift ? 32 - ShAmt : ShAmt; in transformToImmForm() 3064 uint64_t MB = RightShift ? ShAmt : 0; in transformToImmForm() 3065 uint64_t ME = RightShift ? 31 : 31 - ShAmt; in transformToImmForm() 3071 uint64_t SH = RightShift ? 64 - ShAmt : ShAmt; in transformToImmForm() 3072 uint64_t ME = RightShift ? ShAmt : 63 - ShAmt; in transformToImmForm()
|
D | PPCISelLowering.cpp | 12606 SDNode *RightShift = *UI; in PerformDAGCombine() local 12608 std::swap(Trunc, RightShift); in PerformDAGCombine() 12614 if (RightShift->getOpcode() != ISD::SRL || in PerformDAGCombine() 12615 !isa<ConstantSDNode>(RightShift->getOperand(1)) || in PerformDAGCombine() 12616 RightShift->getConstantOperandVal(1) != 32 || in PerformDAGCombine() 12617 !RightShift->hasOneUse()) in PerformDAGCombine() 12620 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine()
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | cpu_supported_ops.md | 196 `RightShift` | `T={int32,int64,uint32,uint64}`
|
D | gpu_supported_ops.md | 193 `RightShift` | `T={int32,int64,uint32,uint64}`
|
/external/python/cpython2/Doc/library/ |
D | compiler.rst | 450 | :class:`RightShift` | :attr:`left` | |
|
/external/python/cpython2/Lib/compiler/ |
D | transformer.py | 677 node = RightShift([node, right], lineno=nodelist[1][2])
|
D | ast.py | 1140 class RightShift(Node): class
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10686 SDNode *RightShift = *UI; in PerformDAGCombine() local 10688 std::swap(Trunc, RightShift); in PerformDAGCombine() 10694 if (RightShift->getOpcode() != ISD::SRL || in PerformDAGCombine() 10695 !isa<ConstantSDNode>(RightShift->getOperand(1)) || in PerformDAGCombine() 10696 RightShift->getConstantOperandVal(1) != 32 || in PerformDAGCombine() 10697 !RightShift->hasOneUse()) in PerformDAGCombine() 10700 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine()
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 3120 name: "RightShift"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 3120 name: "RightShift"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 18554 func RightShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 32196 name: "RightShift"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 64073 name: "RightShift"
|
D | ops_history.v1.pbtxt | 64700 name: "RightShift"
|