Lines Matching defs:instruction
57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile()
97 static bool AnyTypeOf(const Instruction* instruction, in AnyTypeOf()
114 static bool is16bitType(const Instruction* instruction) { in is16bitType()
141 const Instruction* instruction) { in Handler_OpTypeFloat_Float64()
151 Handler_OpTypePointer_StorageInputOutput16(const Instruction* instruction) { in Handler_OpTypePointer_StorageInputOutput16()
174 Handler_OpTypePointer_StoragePushConstant16(const Instruction* instruction) { in Handler_OpTypePointer_StoragePushConstant16()
197 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniformBufferBlock16()
230 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniform16()
278 const Instruction* instruction) { in Handler_OpTypeInt_Int64()
288 const Instruction* instruction) { in Handler_OpTypeImage_ImageMSArray()
305 const Instruction* instruction) { in Handler_OpImageRead_StorageImageReadWithoutFormat()
327 const Instruction* instruction) { in Handler_OpImageSparseRead_StorageImageReadWithoutFormat()
461 Instruction* instruction, CapabilitySet* capabilities, in addInstructionRequirements()
508 get_module()->ForEachInst([&](Instruction* instruction) { in DetermineRequiredCapabilitiesAndExtensions()