Searched defs:AddInstruction (Results 1 – 12 of 12) sorted by relevance
54 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
559 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
568 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
120 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
905 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
178 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector