Searched defs:AddInstruction (Results 1 – 16 of 16) sorted by relevance
35 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
249 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
551 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
83 HloInstruction* AddInstruction( in AddInstruction() function112 HloInstruction* AddInstruction( in AddInstruction() function
95 HloInstruction* HloComputation::AddInstruction( in AddInstruction() function in xla::HloComputation
4089 bool HloParserImpl::AddInstruction(const std::string& name, in AddInstruction() function in xla::__anon6fd988a10111::HloParserImpl
40 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
120 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
867 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
164 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector
2761 StatusOr<XlaOp> XlaBuilder::AddInstruction(HloInstructionProto&& instr, in AddInstruction() function in xla::XlaBuilder