HomeSort by relevance Sort by last modified time
    Searched refs:instructions_ (Results 1 - 25 of 36) sorted by null

1 2

  /tools/dexter/slicer/export/slicer/
tryblocks_encoder.h 34 : instructions_(instructions) {
44 const InstructionsList& instructions_; member in class:lir::TryBlocksEncoder
debuginfo_encoder.h 37 : instructions_(instructions) {
51 const InstructionsList& instructions_; member in class:lir::DebugInfoEncoder
bytecode_encoder.h 33 : instructions_(instructions) {
84 const InstructionsList& instructions_; member in class:lir::BytecodeEncoder
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.h 75 instructions_.push_back(std::move(instruction));
76 last_added_instruction_ = instructions_.back().get();
82 for (const auto& instruction : instructions_) {
92 std::vector<std::unique_ptr<HloInstruction>> instructions_; member in class:xla::HloComputation::Builder
188 return {MakeUnwrappingIterator(instructions_.begin()),
189 MakeUnwrappingIterator(instructions_.end())};
194 return {MakeUnwrappingIterator(instructions_.begin()),
195 MakeUnwrappingIterator(instructions_.end())};
215 int64 instruction_count() const { return instructions_.size(); }
389 InstructionList instructions_;
    [all...]
hlo_computation.cc 50 for (auto& instruction : instructions_) {
59 return WrapUnique(new HloComputation(name_, parameter_count, &instructions_,
107 instructions_.insert(instructions_.end(), std::move(instruction));
119 return instructions_.back().get();
241 instructions_.erase(inst_it);
257 for (auto& instruction : instructions_) {
331 for (auto& instruction : instructions_) {
344 CHECK_EQ(instructions_.size(), post_order.size())
buffer_assignment_test.cc 57 instructions_.push_back(hlo);
62 std::vector<const HloInstruction*> GetInstructions() { return instructions_; }
69 std::vector<const HloInstruction*> instructions_; member in class:xla::__anon38851::InstructionListVisitor
    [all...]
  /art/libdexfile/dex/
dex_instruction_iterator.h 32 return *Instruction::At(instructions_ + DexPc());
44 return instructions_;
49 : instructions_(instructions), dex_pc_(dex_pc) {}
51 const uint16_t* instructions_ = nullptr; member in class:art::DexInstructionPcPair
  /external/v8/src/compiler/
graph-visualizer.h 57 instructions_(instructions),
61 const InstructionSequence* instructions_; member in struct:v8::internal::compiler::AsC1V
instruction.cc 826 instructions_(zone()),
850 int code_start = static_cast<int>(instructions_.size());
856 int end = static_cast<int>(instructions_.size());
860 end = static_cast<int>(instructions_.size());
871 int index = static_cast<int>(instructions_.size());
873 instructions_.push_back(instr);
    [all...]
instruction.h 1622 InstructionDeque instructions_; local
    [all...]
instruction-selector.cc 38 instructions_(zone),
50 instructions_.reserve(node_count);
91 UpdateRenames(instructions_[start]);
92 AddInstruction(instructions_[start]);
232 instructions_.push_back(instr);
844 DCHECK_GE(kMaxInt, instructions_.size());
845 return static_cast<int>(instructions_.size());
871 std::reverse(instructions_.begin() + instruction_start,
872 instructions_.end());
876 sequence()->SetSourcePosition(instructions_[instruction_start]
    [all...]
instruction-selector.h 403 ZoneVector<Instruction*> instructions_; member in class:v8::internal::compiler::final
  /tools/dexter/slicer/
tryblocks_encoder.cc 64 for (auto instr : instructions_) {
91 for (auto instr : instructions_) {
debuginfo_encoder.cc 133 for (auto instr : instructions_) {
bytecode_encoder.cc 614 for (auto instr : instructions_) {
619 for (auto instr : instructions_) {
  /external/boringssl/src/crypto/test/
file_test.cc 187 instructions_[key] = value;
221 for (const auto &kv : instructions_) {
275 return instructions_.count(key) > 0;
280 auto iter = instructions_.find(key);
281 if (iter == instructions_.end()) {
372 instructions_.clear();
390 instructions_[key] = value;
file_test.h 213 // instructions_ contains all instructions in scope for the test.
214 std::map<std::string, std::string> instructions_; member in class:FileTest
  /external/v8/src/crankshaft/
lithium.cc 263 instructions_(32, info->zone()),
271 return LLabel::cast(instructions_[first_instruction]);
330 instructions_.Add(gap, zone());
331 index = instructions_.length();
332 instructions_.Add(instr, zone());
334 index = instructions_.length();
335 instructions_.Add(instr, zone());
336 instructions_.Add(gap, zone());
370 return LGap::cast(instructions_[index]);
375 return instructions_[index]->IsGap()
    [all...]
lithium-codegen.h 84 const ZoneList<LInstruction*>* instructions_; member in class:v8::internal::BASE_EMBEDDED
lithium-codegen.cc 61 instructions_(chunk->instructions()),
78 !is_aborted() && current_instruction_ < instructions_->length();
80 LInstruction* instr = instructions_->at(current_instruction_);
125 for (int i = 0; i < instructions_->length(); i++) {
126 LInstruction* instr = instructions_->at(i);
lithium.h 652 const ZoneList<LInstruction*>* instructions() const { return &instructions_; }
698 ZoneList<LInstruction*> instructions_; member in class:v8::internal::LChunk
  /art/compiler/optimizing/
nodes.cc     [all...]
  /external/v8/src/x87/
disasm-x87.cc 145 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
152 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable
172 instructions_[i].mnem = "";
173 instructions_[i].type = NO_INSTR;
174 instructions_[i].op_order_ = UNSET_OP_ORDER;
198 InstructionDesc* id = &instructions_[bm[i].b];
212 InstructionDesc* id = &instructions_[b];
222 InstructionDesc* id = &instructions_[b];
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 170 return instructions_[x];
174 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable
192 instructions_[i].mnem = "(bad)";
193 instructions_[i].type = NO_INSTR;
194 instructions_[i].op_order_ = UNSET_OP_ORDER;
195 instructions_[i].byte_size_operation = false;
215 InstructionDesc* id = &instructions_[bm[i].b];
233 InstructionDesc* id = &instructions_[b];
244 InstructionDesc* id = &instructions_[b];
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc 145 const InstructionDesc& Get(byte x) const { return instructions_[x]; }
152 InstructionDesc instructions_[256]; member in class:disasm::InstructionTable
172 instructions_[i].mnem = "";
173 instructions_[i].type = NO_INSTR;
174 instructions_[i].op_order_ = UNSET_OP_ORDER;
198 InstructionDesc* id = &instructions_[bm[i].b];
212 InstructionDesc* id = &instructions_[b];
222 InstructionDesc* id = &instructions_[b];
    [all...]

Completed in 431 milliseconds

1 2