Home
last modified time | relevance | path

Searched defs:AddInstruction (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.cpp32 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
Dbasic_block.h238 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
Dir_builder.h459 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp32 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
Dbasic_block.h238 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
Dir_builder.h469 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h84 HloInstruction* AddInstruction( in AddInstruction() function
Dhlo_computation.cc95 HloInstruction* HloComputation::AddInstruction( in AddInstruction() function in xla::HloComputation
Dhlo_parser.cc3949 bool HloParser::AddInstruction(const string& name, HloInstruction* instruction, in AddInstruction() function in xla::__anonc071bf1f0111::HloParser
/external/v8/src/compiler/
Dinstruction-scheduler.cc128 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
Dinstruction.cc878 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
Dinstruction-selector.cc148 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2715 StatusOr<XlaOp> XlaBuilder::AddInstruction(HloInstructionProto&& instr, in AddInstruction() function in xla::XlaBuilder