Lines Matching defs:Instruction
48 Instruction::Instruction(IRContext* c) in Instruction() function in spvtools::opt::Instruction
57 Instruction::Instruction(IRContext* c, spv::Op op) in Instruction() function in spvtools::opt::Instruction
66 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
87 Instruction::Instruction(IRContext* c, const spv_parsed_instruction_t& inst, in Instruction() function in spvtools::opt::Instruction
105 Instruction::Instruction(IRContext* c, spv::Op op, uint32_t ty_id, in Instruction() function in spvtools::opt::Instruction
134 Instruction::Instruction(Instruction&& that) in Instruction() function in spvtools::opt::Instruction
405 [&is_buffer_block](const Instruction&) { is_buffer_block = true; }); in IsVulkanStorageBuffer()
411 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanStorageBuffer()
461 [&is_block](const Instruction&) { is_block = true; }); in IsVulkanUniformBuffer()
500 [&is_nonwritable](const Instruction&) { is_nonwritable = true; }); in IsReadOnlyPointerShaders()
822 [&is_nocontract](const Instruction&) { in IsFloatingPointFoldingAllowed()