Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp35 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
Dbasic_block.h249 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
Dir_builder.h551 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h83 HloInstruction* AddInstruction( in AddInstruction() function
112 HloInstruction* AddInstruction( in AddInstruction() function
Dhlo_computation.cc95 HloInstruction* HloComputation::AddInstruction( in AddInstruction() function in xla::HloComputation
Dhlo_parser.cc4089 bool HloParserImpl::AddInstruction(const std::string& name, in AddInstruction() function in xla::__anon6fd988a10111::HloParserImpl
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_loader.cpp40 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
Dbasic_block.h249 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
Dir_builder.h551 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dir_loader.cpp40 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
Dbasic_block.h249 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
Dir_builder.h551 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/external/v8/src/compiler/backend/
Dinstruction-scheduler.cc120 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
Dinstruction.cc867 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
Dinstruction-selector.cc164 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2761 StatusOr<XlaOp> XlaBuilder::AddInstruction(HloInstructionProto&& instr, in AddInstruction() function in xla::XlaBuilder