HomeSort by relevance Sort by last modified time
    Searched defs:opcode_ (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.cc 29 if (!instruction || instruction->opcode() != opcode_) {
64 *os << opcode_; local
hlo_matchers.h 31 : opcode_(opcode), operands_(operands) {}
39 HloOpcode opcode_; member in class:xla::testing::HloMatcher
hlo_instruction.h 1737 HloOpcode opcode_; member in class:xla::HloInstruction
    [all...]
pattern_matcher.h 1246 HloOpcode opcode_; member in class:xla::match::detail::HloInstructionPatternOpcodeImpl
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
instruction.h 111 opcode_(SpvOpNop),
152 SpvOp opcode() const { return opcode_; }
157 void SetOpcode(SpvOp op) { opcode_ = op; }
457 SpvOp opcode_; // Opcode member in class:spvtools::opt::Instruction
554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ &&
559 opcode_ = SpvOpNop;
700 switch (opcode_) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
instruction.h 111 opcode_(SpvOpNop),
152 SpvOp opcode() const { return opcode_; }
157 void SetOpcode(SpvOp op) { opcode_ = op; }
457 SpvOp opcode_; // Opcode member in class:spvtools::opt::Instruction
554 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ &&
559 opcode_ = SpvOpNop;
700 switch (opcode_) {
  /external/v8/src/compiler/
operator.h 73 Opcode opcode() const { return opcode_; }
137 Opcode opcode_; member in class:v8::internal::compiler::Operator
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 207 return opcode_;
215 ArchOpcode opcode_; member in struct:v8::internal::compiler::__anon48260::ExtendingLoadMatcher
229 opcode_ = kArm64Ldrsw;
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 188 return opcode_;
196 ArchOpcode opcode_; member in struct:v8::internal::compiler::ExtendingLoadMatcher
220 opcode_ = kMips64Lw;
221 if (g.CanBeImmediate(offset, opcode_)) {
    [all...]

Completed in 292 milliseconds