Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_loader.cpp54 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.h559 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/third_party/spirv-tools/source/opt/
Dir_loader.cpp54 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.h568 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp54 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.h559 Instruction* AddInstruction(std::unique_ptr<Instruction>&& insn) { in AddInstruction() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc120 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionScheduler
Dinstruction.cc905 int InstructionSequence::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSequence
Dinstruction-selector.cc178 void InstructionSelector::AddInstruction(Instruction* instr) { in AddInstruction() function in v8::internal::compiler::InstructionSelector