Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h79 V(kClz, "count-leading-zeros", 1) \
Dinstruction_fusion.cc76 case HloOpcode::kClz: in IsExpensive()
Dhlo_instruction.cc1084 case HloOpcode::kClz: in CreateUnary()
2053 case HloOpcode::kClz: in CloneWithNewOperands()
2482 case HloOpcode::kClz: in IdenticalSlowPath()
2979 case HloOpcode::kClz: in IsOpElementwise()
3595 case HloOpcode::kClz: in Visit()
Dhlo_graph_dumper.cc1010 case HloOpcode::kClz: in GetInstructionColor()
Delemental_ir_emitter.cc333 case HloOpcode::kClz: { in EmitIntegerUnaryOp()
2446 case HloOpcode::kClz: in MakeElementGenerator()
Dsharding_propagation.cc198 case HloOpcode::kClz: in PickRepresentativeOperand()
Dlayout_assignment.cc2547 case HloOpcode::kClz: in InstructionCanChangeLayout()
Dhlo_parser.cc99 case HloOpcode::kClz: in CanInferShape()
1322 case HloOpcode::kClz: in CreateInstruction()
Dshape_inference.cc300 case HloOpcode::kClz: in InferUnaryOpShape()
/external/vixl/src/aarch32/
Dconstants-aarch32.cc83 case kClz: in ToCString()
Dconstants-aarch32.h146 kClz, enumerator
Dassembler-aarch32.h783 VIXL_ASSERT((type == kClz) || (type == kRbit) || (type == kRrx) || in Delegate()
Ddisasm-aarch32.cc1375 os().SetCurrentInstruction(kClz, kNoAttribute); in clz()
1376 os() << ToCString(kClz) << ConditionPrinter(it_block_, cond) << " " << rd in clz()
Dassembler-aarch32.cc3820 Delegate(kClz, &Assembler::clz, cond, rd, rm); in clz()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc373 return xla::HloOpcode::kClz; in MhloToHloOpcode()
Dhlo_function_importer.cc1433 NO_ATTRIBUTE_CASE(kClz, ClzOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc1110 case HloOpcode::kClz: in AnalyzeIsDynamic()
Dxla_builder.cc4784 return operand.builder()->UnaryOp(HloOpcode::kClz, operand); in Clz()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc408 case HloOpcode::kClz: in EmitOp()