Searched defs:AddInstruction (Results 1 – 11 of 11) sorted by relevance
29 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::ir::IrLoader
100 inline void BasicBlock::AddInstruction(std::unique_ptr<Instruction> i) { in AddInstruction() function
40 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
54 bool IrLoader::AddInstruction(const spv_parsed_instruction_t* inst) { in AddInstruction() function in spvtools::opt::IrLoader
559 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function