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

  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer.h 105 HloInstruction* instruction() const { return instruction_; }
131 return ShapeUtil::GetSubshape(instruction_->shape(), index_);
158 HloInstruction* instruction_; member in class:xla::LogicalBuffer
call_graph.h 64 : instruction_(CHECK_NOTNULL(instruction)),
69 HloInstruction* instruction() const { return instruction_; }
83 HloInstruction* instruction_; member in class:xla::CallSite
tuple_points_to_analysis.h 161 : instruction_(instruction), index_(index) {}
164 HloInstruction* instruction() const { return instruction_; }
168 return instruction_ == other.instruction_ && index_ == other.index_;
175 HloInstruction* instruction_; member in class:BufferAlias
layout_assignment.h 97 const HloInstruction* instruction() const { return instruction_; }
100 return instruction_->operand(operand_no_);
107 const HloInstruction* instruction_; member in class:xla::OperandLayoutConstraint
  /art/libdexfile/dex/
bytecode_utils.h 30 : instruction_(instruction),
64 reinterpret_cast<const int16_t*>(&instruction_));
85 const Instruction& instruction_; member in class:art::DexSwitchTable
  /art/compiler/dex/
inline_method_analyser.cc 68 instruction_(code_item->begin()) {}
73 DexInstructionIterator instruction_; member in class:art::__anon6::Matcher
95 ++matcher->instruction_;
107 ++matcher->instruction_;
113 return instruction_->Opcode() == opcode;
118 return IsInstructionDirectConst(instruction_->Opcode()) &&
119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0
120 : instruction_->VRegB() == 0);
125 return IsInstructionIPut(instruction_->Opcode()) &
    [all...]
  /art/compiler/optimizing/
gvn.cc 192 : instruction_(instruction), hash_code_(hash_code), next_(next) {}
195 HInstruction* GetInstruction() const { return instruction_; }
200 return new (allocator) Node(instruction_, hash_code_, new_next);
204 HInstruction* const instruction_; member in class:art::ValueSet::Node
scheduler.h 163 instruction_(instr),
201 HInstruction* GetInstruction() const { return instruction_; }
227 HInstruction* const instruction_; member in class:art::SchedulingNode
code_generator.cc 337 : codegen_(codegen), instruction_(instruction), start_offset_(static_cast<size_t>(-1)) {
347 instruction_, start_offset_, codegen_.GetAssembler().CodeSize());
353 HInstruction* instruction_; member in class:art::DisassemblyScope
    [all...]
code_generator.h 84 explicit SlowPathCode(HInstruction* instruction) : instruction_(instruction) {
126 return instruction_;
130 return instruction_ != nullptr ? instruction_->GetDexPc() : kNoDexPc;
137 HInstruction* instruction_; member in class:art::SlowPathCode
    [all...]
bounds_check_elimination.cc 42 instruction_ = nullptr;
47 instruction_ = instruction;
136 HInstruction* GetInstruction() const { return instruction_; }
142 return (instruction_ != nullptr) &&
143 (instruction_->IsArrayLength() || instruction_->IsNewArray());
147 return instruction_ == nullptr;
154 return instruction_ == bound.instruction_ && constant_ == bound.constant_;
171 if (Equal(instruction_, bound.instruction_))
278 HInstruction* instruction_; member in class:art::ValueBound
    [all...]
ssa_liveness_analysis.h 230 : instruction_(instruction),
238 return instruction_->GetLifetimePosition();
246 return instruction_->GetLocations();
250 return instruction_;
254 HInstruction* const instruction_; member in class:art::SafepointPosition
    [all...]
nodes.h 1591 HInstruction* instruction_; member in class:art::HUserRecord
2519 HInstruction* instruction_; member in class:art::HInstructionIterator
2541 HInstruction* instruction_; member in class:art::HInstructionIteratorHandleChanges
2562 HInstruction* instruction_; member in class:art::HBackwardInstructionIterator
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.h 200 const Instruction* instruction_; member in struct:v8::internal::compiler::final::InstructionConstraint
  /art/compiler/utils/mips/
assembler_mips.h 1428 uint32_t instruction_; member in struct:art::mips::FINAL::DelaySlot
    [all...]
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 232 milliseconds