Lines Matching refs:OperandClassParams
1574 EnumDefinition OperandClassParams[OperandCount];
1718 OperandClassParams[OperandSource].set(0, SourceString, nullptr);
1719 OperandClassParams[OperandExecutionModel].set(0, ExecutionModelString, nullptr);
1720 OperandClassParams[OperandAddressing].set(0, AddressingString, nullptr);
1721 OperandClassParams[OperandMemory].set(0, MemoryString, nullptr);
1722 OperandClassParams[OperandExecutionMode].set(ExecutionModeCeiling, ExecutionModeString, ExecutionModeParams);
1723 OperandClassParams[OperandExecutionMode].setOperands(ExecutionModeOperands);
1724 OperandClassParams[OperandStorage].set(0, StorageClassString, nullptr);
1725 OperandClassParams[OperandDimensionality].set(0, DimensionString, nullptr);
1726 OperandClassParams[OperandSamplerAddressingMode].set(0, SamplerAddressingModeString, nullptr);
1727 OperandClassParams[OperandSamplerFilterMode].set(0, SamplerFilterModeString, nullptr);
1728 OperandClassParams[OperandSamplerImageFormat].set(0, ImageFormatString, nullptr);
1729 OperandClassParams[OperandImageChannelOrder].set(0, ImageChannelOrderString, nullptr);
1730 OperandClassParams[OperandImageChannelDataType].set(0, ImageChannelDataTypeString, nullptr);
1731 OperandClassParams[OperandImageOperands].set(ImageOperandsCeiling, ImageOperandsString, ImageOperandsParams, true);
1732 OperandClassParams[OperandFPFastMath].set(0, FPFastMathString, nullptr, true);
1733 OperandClassParams[OperandFPRoundingMode].set(0, FPRoundingModeString, nullptr);
1734 OperandClassParams[OperandLinkageType].set(0, LinkageTypeString, nullptr);
1735 OperandClassParams[OperandFuncParamAttr].set(0, FuncParamAttrString, nullptr);
1736 OperandClassParams[OperandAccessQualifier].set(0, AccessQualifierString, nullptr);
1737 OperandClassParams[OperandDecoration].set(DecorationCeiling, DecorationString, DecorationParams);
1738 OperandClassParams[OperandDecoration].setOperands(DecorationOperands);
1739 OperandClassParams[OperandBuiltIn].set(0, BuiltInString, nullptr);
1740 OperandClassParams[OperandSelect].set(SelectControlCeiling, SelectControlString, SelectionControlParams, true);
1741 OperandClassParams[OperandLoop].set(LoopControlCeiling, LoopControlString, LoopControlParams, true);
1742 OperandClassParams[OperandFunction].set(FunctionControlCeiling, FunctionControlString, FunctionControlParams, true);
1743 OperandClassParams[OperandMemorySemantics].set(0, MemorySemanticsString, nullptr, true);
1744 OperandClassParams[OperandMemoryAccess].set(MemoryAccessCeiling, MemoryAccessString, MemoryAccessParams, true);
1745 OperandClassParams[OperandScope].set(0, ScopeString, nullptr);
1746 OperandClassParams[OperandGroupOperation].set(0, GroupOperationString, nullptr);
1747 OperandClassParams[OperandKernelEnqueueFlags].set(0, KernelEnqueueFlagsString, nullptr);
1748 OperandClassParams[OperandKernelProfilingInfo].set(0, KernelProfilingInfoString, nullptr, true);
1749 OperandClassParams[OperandCapability].set(0, CapabilityString, nullptr);
1750 OperandClassParams[OperandCooperativeMatrixOperands].set(CooperativeMatrixOperandsCeiling, CooperativeMatrixOperandsString, CooperativeMatrixOperandsParams, true);
1751 OperandClassParams[OperandOpcode].set(OpCodeMask + 1, OpcodeString, nullptr);