Searched refs:kShiftRightLogical (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 132 V(kShiftRightLogical, "shift-right-logical", 2) \
|
D | instruction_fusion.cc | 100 case HloOpcode::kShiftRightLogical: in IsExpensive()
|
D | hlo_instruction.cc | 741 case HloOpcode::kShiftRightLogical: in CreateBinary() 1436 case HloOpcode::kShiftRightLogical: in CloneWithNewOperands() 1767 case HloOpcode::kShiftRightLogical: in IdenticalSlowPath() 2165 case HloOpcode::kShiftRightLogical: in IsElementwiseImpl() 2523 case HloOpcode::kShiftRightLogical: in Visit()
|
D | hlo_graph_dumper.cc | 961 case HloOpcode::kShiftRightLogical: in GetInstructionColor()
|
D | elemental_ir_emitter.cc | 1340 case HloOpcode::kShiftRightLogical: in EmitIntegerBinaryOp() 2249 case HloOpcode::kShiftRightLogical: in MakeElementGenerator()
|
D | algebraic_simplifier.cc | 899 divide->shape(), HloOpcode::kShiftRightLogical, abs_dividend, in TryDivideToShift() 922 divide->shape(), HloOpcode::kShiftRightLogical, a, shift_amount); in TryDivideToShift()
|
D | layout_assignment.cc | 2032 case HloOpcode::kShiftRightLogical: in InstructionCanChangeLayout()
|
D | shape_inference.cc | 944 case HloOpcode::kShiftRightLogical: in InferBinaryOpShape()
|
D | hlo_parser.cc | 777 case HloOpcode::kShiftRightLogical: { in ParseInstructionRhs()
|
/external/v8/src/ |
D | code-factory.cc | 130 case Operation::kShiftRightLogical: in BinaryOperation() 131 return Builtins::CallableFor(isolate, Builtins::kShiftRightLogical); in BinaryOperation()
|
D | globals.h | 1332 kShiftRightLogical, enumerator
|
D | code-stub-assembler.cc | 11930 case Operation::kShiftRightLogical: in BitwiseOp()
|
/external/v8/src/runtime/ |
D | runtime-bigint.cc | 145 case Operation::kShiftRightLogical: in RUNTIME_FUNCTION()
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 464 case Bytecode::kShiftRightLogical: in BytecodeHasNoSideEffect()
|
/external/v8/src/builtins/ |
D | builtins-number-gen.cc | 961 EmitBitwiseOp<Descriptor>(Operation::kShiftRightLogical); in TF_BUILTIN()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1030 BitwiseBinaryOpWithFeedback(Operation::kShiftRightLogical); in IGNITION_HANDLER() 1116 BitwiseBinaryOpWithSmi(Operation::kShiftRightLogical); in IGNITION_HANDLER()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3184 return lhs.builder()->BinaryOp(HloOpcode::kShiftRightLogical, lhs, rhs, in ShiftRightLogical()
|