Lines Matching refs:enum
1 Operand class,Example instruction,Notes,example unit test,negative-enum coverage location
2 " OperandNone,",UNUSED,not in grammar,,not enum
3 " OperandId,",many,ID,too many to count,not enum
4 " OperandOptionalId,","Source, Variable",OPTIONAL_ID,OpSourceAcceptsOptionalFileId,not enum
6 " OperandVariableIds,",ExtInst,,,not enum
7 " OperandOptionalLiteral,",ExecutionMode,,AnyExecutionMode,not enum
8 " OperandOptionalLiteralString,",Source,,OpSourceAcceptsOptionalSourceText,not enum
9 " OperandVariableLiterals,",Decorate,,OpDecorateSimpleTest,not enum
10 " OperandVariableIdLiteral,",GroupMemberDecorate,,GroupMemberDecorate*,not enum
11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
13 " OperandLiteralString,",SourceContinued,,OpSourceContinued,not enum
14 " OperandSource,",Source,,OpSource,not enum
37 " OperandMemorySemantics,",OpMemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
39 " OperandScope,",MemoryBarrier,"it's an ID, not in grammar",OpMemoryBarrier*,not enum
41 …erandKernelEnqueueFlags,",OpEnqueueKernel,"it's an ID, not in grammar",should not have one,not enum
42 …ofilingInfo,",OpCaptureEventProfilingInfo,"it's an ID, not in grammar",should not have one,not enum