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.h69 V(kClz, "count-leading-zeros", 1) \
Dinstruction_fusion.cc67 case HloOpcode::kClz: in IsExpensive()
Dhlo_instruction.cc696 case HloOpcode::kClz: in CreateUnary()
1399 case HloOpcode::kClz: in CloneWithNewOperands()
1735 case HloOpcode::kClz: in IdenticalSlowPath()
2124 case HloOpcode::kClz: in IsElementwiseImpl()
2579 case HloOpcode::kClz: in Visit()
Dhlo_graph_dumper.cc931 case HloOpcode::kClz: in GetInstructionColor()
Delemental_ir_emitter.cc299 case HloOpcode::kClz: { in EmitIntegerUnaryOp()
2209 case HloOpcode::kClz: in MakeElementGenerator()
Dlayout_assignment.cc1989 case HloOpcode::kClz: in InstructionCanChangeLayout()
Dshape_inference.cc293 case HloOpcode::kClz: in InferUnaryOpShape()
Dhlo_parser.cc735 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.cc3315 return operand.builder()->UnaryOp(HloOpcode::kClz, operand); in Clz()