Searched defs:AddInstruction (Results 1 – 13 of 13) sorted by relevance
32 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
238 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
459 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
469 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
84 HloInstruction* AddInstruction( in AddInstruction() function
95 HloInstruction* HloComputation::AddInstruction( in AddInstruction() function in xla::HloComputation
3949 bool HloParser::AddInstruction(const string& name, HloInstruction* instruction, in AddInstruction() function in xla::__anonc071bf1f0111::HloParser
128 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
878 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
148 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector
2715 StatusOr<XlaOp> XlaBuilder::AddInstruction(HloInstructionProto&& instr, in AddInstruction() function in xla::XlaBuilder