Searched refs:LoopControlShift (Results 1 – 25 of 52) sorted by relevance
123
271 uint32_t operator>>(const spv::LoopControlShift& lhs, in operator >>()272 const spv::LoopControlShift& rhs) { in operator >>()301 const auto loop_control = inst->GetOperandAs<spv::LoopControlShift>(2); in ValidateLoopMerge()302 if ((loop_control >> spv::LoopControlShift::Unroll) & 0x1 && in ValidateLoopMerge()303 (loop_control >> spv::LoopControlShift::DontUnroll) & 0x1) { in ValidateLoopMerge()307 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()308 (loop_control >> spv::LoopControlShift::PeelCount) & 0x1) { in ValidateLoopMerge()313 if ((loop_control >> spv::LoopControlShift::DontUnroll) & 0x1 && in ValidateLoopMerge()314 (loop_control >> spv::LoopControlShift::PartialCount) & 0x1) { in ValidateLoopMerge()321 if ((loop_control >> spv::LoopControlShift::DependencyLength) & 0x1) { in ValidateLoopMerge()[all …]
441 LoopControlShift = {
470 public enum LoopControlShift enum in Spv.Specification
475 public enum LoopControlShift enum in Spv.Specification
446 LoopControlShift = {
476 enum LoopControlShift { enum
451 LoopControlShift = {
480 public enum LoopControlShift enum in Spv.Specification
481 enum LoopControlShift { enum
471 enum LoopControlShift { enum