Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h134 V(kShiftRightLogical, "shift-right-logical", 2) \
Dinstruction_fusion.cc110 case HloOpcode::kShiftRightLogical: in IsExpensive()
Dhlo_instruction.cc819 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()
Dhlo_graph_dumper.cc975 case HloOpcode::kShiftRightLogical: in GetInstructionColor()
Delemental_ir_emitter.cc1584 case HloOpcode::kShiftRightLogical: in EmitIntegerBinaryOp()
2194 case HloOpcode::kShiftRightLogical: in MakeElementGenerator()
Dalgebraic_simplifier.cc1056 divide->shape(), HloOpcode::kShiftRightLogical, abs_dividend, in TryDivideToShift()
1071 divide->shape(), HloOpcode::kShiftRightLogical, a, in TryDivideToShift()
Dlayout_assignment.cc2217 case HloOpcode::kShiftRightLogical: in InstructionCanChangeLayout()
Dshape_inference.cc968 case HloOpcode::kShiftRightLogical: in InferBinaryOpShape()
Dhlo_parser.cc809 case HloOpcode::kShiftRightLogical: { in ParseInstructionRhs()
/external/v8/src/codegen/
Dcode-factory.cc179 case Operation::kShiftRightLogical: in BinaryOperation()
180 return Builtins::CallableFor(isolate, Builtins::kShiftRightLogical); in BinaryOperation()
Dcode-stub-assembler.cc12622 case Operation::kShiftRightLogical: in BitwiseOp()
/external/v8/src/runtime/
Druntime-bigint.cc148 case Operation::kShiftRightLogical: in RUNTIME_FUNCTION()
/external/v8/src/ic/
Dbinary-op-assembler.h114 Operation::kShiftRightLogical, left, right, context, &feedback); in Generate_ShiftRightLogicalWithFeedback()
/external/v8/src/builtins/
Dnumber.tq20 kShiftRightLogical,
747 Operation::kShiftRightLogical, left, right, context);
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc564 NoAttributeCase(kShiftRightLogical, ShiftRightLogicalOp); in ImportInstruction()
/external/v8/src/common/
Dglobals.h1390 kShiftRightLogical, enumerator
/external/v8/src/debug/
Ddebug-evaluate.cc474 case Bytecode::kShiftRightLogical: in BytecodeHasNoSideEffect()
/external/v8/src/interpreter/
Dinterpreter-generator.cc1080 BitwiseBinaryOpWithFeedback(Operation::kShiftRightLogical); in IGNITION_HANDLER()
1145 BitwiseBinaryOpWithSmi(Operation::kShiftRightLogical); in IGNITION_HANDLER()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3253 return lhs.builder()->BinaryOp(HloOpcode::kShiftRightLogical, lhs, rhs, in ShiftRightLogical()