Searched refs:kShiftRightLogical (Results 1 – 19 of 19) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 134 V(kShiftRightLogical, "shift-right-logical", 2) \
|
D | instruction_fusion.cc | 110 case HloOpcode::kShiftRightLogical: in IsExpensive()
|
D | hlo_instruction.cc | 819 case HloOpcode::kShiftRightLogical: in CreateBinary() 1555 case HloOpcode::kShiftRightLogical: in CloneWithNewOperands() 1899 case HloOpcode::kShiftRightLogical: in IdenticalSlowPath() 2358 case HloOpcode::kShiftRightLogical: in IsElementwiseImpl() 2773 case HloOpcode::kShiftRightLogical: in Visit()
|
D | hlo_graph_dumper.cc | 975 case HloOpcode::kShiftRightLogical: in GetInstructionColor()
|
D | elemental_ir_emitter.cc | 1584 case HloOpcode::kShiftRightLogical: in EmitIntegerBinaryOp() 2194 case HloOpcode::kShiftRightLogical: in MakeElementGenerator()
|
D | algebraic_simplifier.cc | 1056 divide->shape(), HloOpcode::kShiftRightLogical, abs_dividend, in TryDivideToShift() 1071 divide->shape(), HloOpcode::kShiftRightLogical, a, in TryDivideToShift()
|
D | layout_assignment.cc | 2217 case HloOpcode::kShiftRightLogical: in InstructionCanChangeLayout()
|
D | shape_inference.cc | 968 case HloOpcode::kShiftRightLogical: in InferBinaryOpShape()
|
D | hlo_parser.cc | 809 case HloOpcode::kShiftRightLogical: { in ParseInstructionRhs()
|
/external/v8/src/codegen/ |
D | code-factory.cc | 179 case Operation::kShiftRightLogical: in BinaryOperation() 180 return Builtins::CallableFor(isolate, Builtins::kShiftRightLogical); in BinaryOperation()
|
D | code-stub-assembler.cc | 12622 case Operation::kShiftRightLogical: in BitwiseOp()
|
/external/v8/src/runtime/ |
D | runtime-bigint.cc | 148 case Operation::kShiftRightLogical: in RUNTIME_FUNCTION()
|
/external/v8/src/ic/ |
D | binary-op-assembler.h | 114 Operation::kShiftRightLogical, left, right, context, &feedback); in Generate_ShiftRightLogicalWithFeedback()
|
/external/v8/src/builtins/ |
D | number.tq | 20 kShiftRightLogical, 747 Operation::kShiftRightLogical, left, right, context);
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 564 NoAttributeCase(kShiftRightLogical, ShiftRightLogicalOp); in ImportInstruction()
|
/external/v8/src/common/ |
D | globals.h | 1390 kShiftRightLogical, enumerator
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 474 case Bytecode::kShiftRightLogical: in BytecodeHasNoSideEffect()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 1080 BitwiseBinaryOpWithFeedback(Operation::kShiftRightLogical); in IGNITION_HANDLER() 1145 BitwiseBinaryOpWithSmi(Operation::kShiftRightLogical); in IGNITION_HANDLER()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3253 return lhs.builder()->BinaryOp(HloOpcode::kShiftRightLogical, lhs, rhs, in ShiftRightLogical()
|