Lines Matching defs:Instruction
49 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
58 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
67 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
88 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
106 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
127 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
395 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
401 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
450 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
489 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
802 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()