Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h65 V(kClz, "count-leading-zeros", 1) \
Dinstruction_fusion.cc73 case HloOpcode::kClz: in IsExpensive()
Dhlo_instruction.cc773 case HloOpcode::kClz: in CreateUnary()
1515 case HloOpcode::kClz: in CloneWithNewOperands()
1863 case HloOpcode::kClz: in IdenticalSlowPath()
2316 case HloOpcode::kClz: in IsElementwiseImpl()
2831 case HloOpcode::kClz: in Visit()
Dhlo_graph_dumper.cc943 case HloOpcode::kClz: in GetInstructionColor()
Delemental_ir_emitter.cc325 case HloOpcode::kClz: { in EmitIntegerUnaryOp()
2153 case HloOpcode::kClz: in MakeElementGenerator()
Dlayout_assignment.cc2175 case HloOpcode::kClz: in InstructionCanChangeLayout()
Dshape_inference.cc293 case HloOpcode::kClz: in InferUnaryOpShape()
Dhlo_parser.cc764 case HloOpcode::kClz: in ParseInstructionRhs()
/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.cc3822 Delegate(kClz, &Assembler::clz, cond, rd, rm); in clz()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3385 return operand.builder()->UnaryOp(HloOpcode::kClz, operand); in Clz()