Home
last modified time | relevance | path

Searched refs:opcode_ (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer.cc70 explicit ExprTree(HloOpcode opcode) : opcode_(opcode) {} in ExprTree()
71 ExprTree(HloOpcode opcode, const string& tag) : opcode_(opcode), tag_(tag) {} in ExprTree()
72 ExprTree(HloOpcode opcode, const ExprTree& operand0) : opcode_(opcode) { in ExprTree()
76 : opcode_(opcode) { in ExprTree()
81 : opcode_(opcode) { in ExprTree()
86 : opcode_(opcode), tag_(tag) { in ExprTree()
90 : opcode_(opcode) { in ExprTree()
96 opcode_ = to_copy.opcode_; in ExprTree()
124 if (opcode_ != instruction->opcode()) { in Match()
127 HloOpcodeString(opcode_).c_str()); in Match()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc822 CHECK_EQ(opcode_, HloOpcode::kFusion); in MergeFusionInstruction()
861 CHECK_EQ(opcode_, HloOpcode::kFusion); in MergeFusionInstructionIntoMultiOutput()
921 CHECK_EQ(opcode_, HloOpcode::kFusion); in FuseInstructionInternal()
935 CHECK_EQ(opcode_, HloOpcode::kFusion); in CloneAndFuseInternal()
1083 CHECK_EQ(opcode_, HloOpcode::kRng); in random_distribution()
1088 switch (opcode_) { in HasSideEffect()
1205 switch (opcode_) { in CloneWithNewOperands()
1226 clone = CreateUnary(shape, opcode_, new_operands[0]); in CloneWithNewOperands()
1251 clone = CreateBinary(shape, opcode_, new_operands[0], new_operands[1]); in CloneWithNewOperands()
1257 clone = CreateTernary(shape, opcode_, new_operands[0], new_operands[1], in CloneWithNewOperands()
[all …]
Dhlo_instruction.h508 HloOpcode opcode() const { return opcode_; } in opcode()
694 CHECK_EQ(HloOpcode::kParameter, opcode_); in parameter_number()
910 CHECK_EQ(HloOpcode::kFusion, opcode_); in fusion_kind()
915 CHECK_EQ(HloOpcode::kFusion, opcode_); in set_fusion_kind()
988 CHECK_EQ(HloOpcode::kSlice, opcode_); in slice_starts()
998 CHECK_EQ(HloOpcode::kSlice, opcode_); in slice_limits()
1002 CHECK_EQ(HloOpcode::kSlice, opcode_); in slice_limits()
1010 CHECK_EQ(HloOpcode::kSlice, opcode_); in slice_strides()
1031 CHECK_EQ(HloOpcode::kDynamicSlice, opcode_); in slice_sizes()
1035 CHECK_EQ(HloOpcode::kDynamicSlice, opcode_); in dynamic_slice_sizes()
[all …]
Dhlo_matchers.cc28 if (!instruction || instruction->opcode() != opcode_) { in MatchAndExplain()
63 *os << opcode_; in DescribeTo()
Dhlo_matchers.h29 : opcode_(opcode), operands_(operands) {} in HloMatcher()
37 HloOpcode opcode_;
/external/v8/src/compiler/
Doperator.h73 Opcode opcode() const { return opcode_; } in NON_EXPORTED_BASE()
139 Opcode opcode_; in NON_EXPORTED_BASE()
Doperator.cc30 : opcode_(opcode), in Operator()
Dinstruction.h840 InstructionCode opcode() const { return opcode_; } in opcode()
894 opcode_ = ArchOpcodeField::encode(kArchNop); in OverwriteWithNop()
976 InstructionCode opcode_; variable
Dinstruction.cc311 : opcode_(opcode), in Instruction()
324 : opcode_(opcode), in Instruction()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc180 return opcode_; in opcode()
188 ArchOpcode opcode_; member
212 opcode_ = kMips64Lw; in Initialize()
213 if (g.CanBeImmediate(offset, opcode_)) { in Initialize()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc182 return opcode_; in opcode()
190 ArchOpcode opcode_; member
204 opcode_ = kArm64Ldrsw; in Initialize()