Lines Matching refs:OperandClassParams
1347 EnumDefinition OperandClassParams[OperandCount]; variable
1484 OperandClassParams[OperandSource].set(0, SourceString, 0); in Parameterize()
1485 OperandClassParams[OperandExecutionModel].set(0, ExecutionModelString, nullptr); in Parameterize()
1486 OperandClassParams[OperandAddressing].set(0, AddressingString, nullptr); in Parameterize()
1487 OperandClassParams[OperandMemory].set(0, MemoryString, nullptr); in Parameterize()
1488 …OperandClassParams[OperandExecutionMode].set(ExecutionModeCeiling, ExecutionModeString, ExecutionM… in Parameterize()
1489 OperandClassParams[OperandExecutionMode].setOperands(ExecutionModeOperands); in Parameterize()
1490 OperandClassParams[OperandStorage].set(0, StorageClassString, nullptr); in Parameterize()
1491 OperandClassParams[OperandDimensionality].set(0, DimensionString, nullptr); in Parameterize()
1492 OperandClassParams[OperandSamplerAddressingMode].set(0, SamplerAddressingModeString, nullptr); in Parameterize()
1493 OperandClassParams[OperandSamplerFilterMode].set(0, SamplerFilterModeString, nullptr); in Parameterize()
1494 OperandClassParams[OperandSamplerImageFormat].set(0, ImageFormatString, nullptr); in Parameterize()
1495 OperandClassParams[OperandImageChannelOrder].set(0, ImageChannelOrderString, nullptr); in Parameterize()
1496 OperandClassParams[OperandImageChannelDataType].set(0, ImageChannelDataTypeString, nullptr); in Parameterize()
1497 …OperandClassParams[OperandImageOperands].set(ImageOperandsCeiling, ImageOperandsString, ImageOpera… in Parameterize()
1498 OperandClassParams[OperandFPFastMath].set(0, FPFastMathString, nullptr, true); in Parameterize()
1499 OperandClassParams[OperandFPRoundingMode].set(0, FPRoundingModeString, nullptr); in Parameterize()
1500 OperandClassParams[OperandLinkageType].set(0, LinkageTypeString, nullptr); in Parameterize()
1501 OperandClassParams[OperandFuncParamAttr].set(0, FuncParamAttrString, nullptr); in Parameterize()
1502 OperandClassParams[OperandAccessQualifier].set(0, AccessQualifierString, nullptr); in Parameterize()
1503 … OperandClassParams[OperandDecoration].set(DecorationCeiling, DecorationString, DecorationParams); in Parameterize()
1504 OperandClassParams[OperandDecoration].setOperands(DecorationOperands); in Parameterize()
1505 OperandClassParams[OperandBuiltIn].set(0, BuiltInString, nullptr); in Parameterize()
1506 …OperandClassParams[OperandSelect].set(SelectControlCeiling, SelectControlString, SelectionControlP… in Parameterize()
1507 …OperandClassParams[OperandLoop].set(LoopControlCeiling, LoopControlString, LoopControlParams, true… in Parameterize()
1508 …OperandClassParams[OperandFunction].set(FunctionControlCeiling, FunctionControlString, FunctionCon… in Parameterize()
1509 OperandClassParams[OperandMemorySemantics].set(0, MemorySemanticsString, nullptr, true); in Parameterize()
1510 …OperandClassParams[OperandMemoryAccess].set(MemoryAccessCeiling, MemoryAccessString, MemoryAccessP… in Parameterize()
1511 OperandClassParams[OperandScope].set(0, ScopeString, nullptr); in Parameterize()
1512 OperandClassParams[OperandGroupOperation].set(0, GroupOperationString, nullptr); in Parameterize()
1513 OperandClassParams[OperandKernelEnqueueFlags].set(0, KernelEnqueueFlagsString, nullptr); in Parameterize()
1514 OperandClassParams[OperandKernelProfilingInfo].set(0, KernelProfilingInfoString, nullptr, true); in Parameterize()
1515 OperandClassParams[OperandCapability].set(0, CapabilityString, nullptr); in Parameterize()
1516 OperandClassParams[OperandOpcode].set(OpCodeMask + 1, OpcodeString, 0); in Parameterize()