Lines Matching defs:Instruction
47 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
56 Instruction::Instruction(IRContext* c, SpvOp op) in Instruction() function in spvtools::opt::Instruction
65 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
85 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
102 Instruction::Instruction(IRContext* c, SpvOp op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
123 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
385 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
391 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
425 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
464 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
697 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()