Home
last modified time | relevance | path

Searched refs:RightShift (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_RightShift.pbtxt2 graph_op_name: "RightShift"
4 name: "bitwise.RightShift"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_RightShift.pbtxt2 graph_op_name: "RightShift"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RightShift.pbtxt2 graph_op_name: "RightShift"
/external/python/cpython2/Tools/compiler/
Dast.txt73 RightShift: (left, right)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3394 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/
Dbinary_ops.cc168 XLA_MAKE_BINARY(RightShift,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp3034 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()
DPPCISelLowering.cpp12606 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/
Dcpu_supported_ops.md196 `RightShift` | `T={int32,int64,uint32,uint64}`
Dgpu_supported_ops.md193 `RightShift` | `T={int32,int64,uint32,uint64}`
/external/python/cpython2/Doc/library/
Dcompiler.rst450 | :class:`RightShift` | :attr:`left` | |
/external/python/cpython2/Lib/compiler/
Dtransformer.py677 node = RightShift([node, right], lineno=nodelist[1][2])
Dast.py1140 class RightShift(Node): class
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10686 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/
Dtensorflow.raw_ops.pbtxt3120 name: "RightShift"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt3120 name: "RightShift"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go18554 func RightShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt32196 name: "RightShift"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt64073 name: "RightShift"
Dops_history.v1.pbtxt64700 name: "RightShift"