Lines Matching defs:OpKind
1129 unsigned ParseIntelInlineAsmOperator(unsigned OpKind);
1131 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);
2047 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) {
2048 if (int64_t Val = ParseIntelInlineAsmOperator(OpKind)) {
2068 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) {
2070 if (ParseMasmOperator(OpKind, Val))
2459 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) {
2478 switch(OpKind) {
2504 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) {
2510 if (OpKind == MOK_SIZEOF || OpKind == MOK_TYPE) {
2534 switch (OpKind) {