Home
last modified time | relevance | path

Searched refs:kShiftRightLogical (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h132 V(kShiftRightLogical, "shift-right-logical", 2) \
Dinstruction_fusion.cc100 case HloOpcode::kShiftRightLogical: in IsExpensive()
Dhlo_instruction.cc741 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()
Dhlo_graph_dumper.cc961 case HloOpcode::kShiftRightLogical: in GetInstructionColor()
Delemental_ir_emitter.cc1340 case HloOpcode::kShiftRightLogical: in EmitIntegerBinaryOp()
2249 case HloOpcode::kShiftRightLogical: in MakeElementGenerator()
Dalgebraic_simplifier.cc899 divide->shape(), HloOpcode::kShiftRightLogical, abs_dividend, in TryDivideToShift()
922 divide->shape(), HloOpcode::kShiftRightLogical, a, shift_amount); in TryDivideToShift()
Dlayout_assignment.cc2032 case HloOpcode::kShiftRightLogical: in InstructionCanChangeLayout()
Dshape_inference.cc944 case HloOpcode::kShiftRightLogical: in InferBinaryOpShape()
Dhlo_parser.cc777 case HloOpcode::kShiftRightLogical: { in ParseInstructionRhs()
/external/v8/src/
Dcode-factory.cc130 case Operation::kShiftRightLogical: in BinaryOperation()
131 return Builtins::CallableFor(isolate, Builtins::kShiftRightLogical); in BinaryOperation()
Dglobals.h1332 kShiftRightLogical, enumerator
Dcode-stub-assembler.cc11930 case Operation::kShiftRightLogical: in BitwiseOp()
/external/v8/src/runtime/
Druntime-bigint.cc145 case Operation::kShiftRightLogical: in RUNTIME_FUNCTION()
/external/v8/src/debug/
Ddebug-evaluate.cc464 case Bytecode::kShiftRightLogical: in BytecodeHasNoSideEffect()
/external/v8/src/builtins/
Dbuiltins-number-gen.cc961 EmitBitwiseOp<Descriptor>(Operation::kShiftRightLogical); in TF_BUILTIN()
/external/v8/src/interpreter/
Dinterpreter-generator.cc1030 BitwiseBinaryOpWithFeedback(Operation::kShiftRightLogical); in IGNITION_HANDLER()
1116 BitwiseBinaryOpWithSmi(Operation::kShiftRightLogical); in IGNITION_HANDLER()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3184 return lhs.builder()->BinaryOp(HloOpcode::kShiftRightLogical, lhs, rhs, in ShiftRightLogical()