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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
ir_loader.cpp 29 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) {
84 block_->AddInstruction(std::move(spv_inst));
126 block_->AddInstruction(std::move(spv_inst));
basic_block.h 47 inline void AddInstruction(std::unique_ptr<Instruction> i);
121 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) {
  /art/compiler/optimizing/
code_sinking.cc 121 static void AddInstruction(HInstruction* instruction,
139 AddInstruction(input, processed_instructions, discard_blocks, worklist);
390 AddInstruction(use.GetUser(), processed_instructions, post_dominated, &worklist);
nodes.cc 360 new_block->AddInstruction(new (allocator_) HGoto(successor->GetDexPc()));
448 preheader->AddInstruction(new (allocator_) HGoto(header->GetDexPc()));
650 entry_block_->AddInstruction(constant);
681 entry_block_->AddInstruction(cached_current_method_);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.h 73 HloInstruction* AddInstruction(
97 HloInstruction* AddInstruction(std::unique_ptr<HloInstruction> instruction);
hlo_tfgraph_builder.cc 80 TF_RETURN_IF_ERROR(AddInstruction(instruction));
84 TF_RETURN_IF_ERROR(AddInstruction(instruction));
209 Status HloTfGraphBuilder::AddInstruction(const HloInstruction* instruction) {
226 TF_RETURN_IF_ERROR(AddInstruction(fused_instruction));
hlo_computation.cc 90 HloInstruction* HloComputation::AddInstruction(
458 HloInstruction* fusion_instruction = AddInstruction(
470 HloInstruction* copy = AddInstruction(HloInstruction::CreateUnary(
486 AddInstruction(HloInstruction::CreateGetTupleElement(
497 return AddInstruction(HloInstruction::CreateTuple(elements));
562 AddInstruction(std::move(new_instruction)));
786 builder.AddInstruction(std::move(instr));
service.cc     [all...]
  /external/v8/src/compiler/
instruction-scheduler.cc 120 void InstructionScheduler::AddInstruction(Instruction* instr) {
221 sequence()->AddInstruction(candidate->instruction());
instruction.cc 859 AddInstruction(Instruction::New(zone(), kArchNop));
869 int InstructionSequence::AddInstruction(Instruction* instr) {
    [all...]
instruction-selector.cc 92 AddInstruction(instructions_[start]);
122 void InstructionSelector::AddInstruction(Instruction* instr) {
125 scheduler_->AddInstruction(instr);
127 sequence()->AddInstruction(instr);
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 325 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) {
555 chunk_->AddInstruction(bailout, current_block);
hydrogen.cc 309 void HBasicBlock::AddInstruction(HInstruction* instr, SourcePosition position) {
380 AddInstruction(end, position);
396 AddInstruction(new(zone())
417 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count),
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 216 bool AddInstruction(const string& name, HloInstruction* instruction,
451 instruction = builder->AddInstruction(
464 instruction = builder->AddInstruction(
491 instruction = builder->AddInstruction(
521 instruction = builder->AddInstruction(HloInstruction::CreateBinary(
532 instruction = builder->AddInstruction(HloInstruction::CreateTernary(
542 instruction = builder->AddInstruction(
551 instruction = builder->AddInstruction(
559 instruction = builder->AddInstruction(
568 instruction = builder->AddInstruction(
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 623 chunk_->AddInstruction(dummy, current_block_);
640 AddInstruction(instr, current);
647 void LChunkBuilder::AddInstruction(LInstruction* instr,
689 chunk_->AddInstruction(instr, current_block_);
981 AddInstruction(new (zone()) LPreparePushArguments(argc), instr);
985 AddInstruction(push_args, instr);
992 AddInstruction(push_args, instr);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 780 chunk_->AddInstruction(dummy, current_block_);
797 AddInstruction(instr, current);
804 void LChunkBuilder::AddInstruction(LInstruction* instr,
846 chunk_->AddInstruction(instr, current_block_);
946 AddInstruction(new(zone()) LPushArgument(argument), instr);
1019 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 813 chunk_->AddInstruction(dummy, current_block_);
830 AddInstruction(instr, current);
837 void LChunkBuilder::AddInstruction(LInstruction* instr,
879 chunk_->AddInstruction(instr, current_block_);
983 AddInstruction(new(zone()) LPushArgument(argument), instr);
1056 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 790 chunk_->AddInstruction(dummy, current_block_);
807 AddInstruction(instr, current);
814 void LChunkBuilder::AddInstruction(LInstruction* instr,
856 chunk_->AddInstruction(instr, current_block_);
951 AddInstruction(new(zone()) LPushArgument(argument), instr);
1024 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 790 chunk_->AddInstruction(dummy, current_block_);
807 AddInstruction(instr, current);
814 void LChunkBuilder::AddInstruction(LInstruction* instr,
856 chunk_->AddInstruction(instr, current_block_);
951 AddInstruction(new(zone()) LPushArgument(argument), instr);
1024 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 795 chunk_->AddInstruction(dummy, current_block_);
812 AddInstruction(instr, current);
819 void LChunkBuilder::AddInstruction(LInstruction* instr,
861 chunk_->AddInstruction(instr, current_block_);
959 AddInstruction(new (zone()) LPushArgument(argument), instr);
1030 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 726 chunk_->AddInstruction(dummy, current_block_);
743 AddInstruction(instr, current);
749 void LChunkBuilder::AddInstruction(LInstruction* instr,
791 chunk_->AddInstruction(instr, current_block_);
878 AddInstruction(new (zone()) LPushArgument(argument), instr);
943 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 807 chunk_->AddInstruction(dummy, current_block_);
824 AddInstruction(instr, current);
831 void LChunkBuilder::AddInstruction(LInstruction* instr,
873 chunk_->AddInstruction(instr, current_block_);
971 AddInstruction(new(zone()) LPushArgument(argument), instr);
1044 AddInstruction(new (zone()) LPushArgument(op), instr);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 810 chunk_->AddInstruction(dummy, current_block_);
823 chunk_->AddInstruction(clobber, current_block_);
835 AddInstruction(instr, current);
842 void LChunkBuilder::AddInstruction(LInstruction* instr,
892 chunk_->AddInstruction(clobber, current_block_);
894 chunk_->AddInstruction(instr, current_block_);
1000 AddInstruction(new(zone()) LPushArgument(argument), instr);
    [all...]

Completed in 585 milliseconds