Home
last modified time | relevance | path

Searched refs:ParseIntelDotOperator (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp826 bool ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End);
1434 if (ParseIntelDotOperator(SM, End)) in ParseIntelExpression()
1478 if (ParseIntelDotOperator(SM, End)) in ParseIntelExpression()
1686 bool X86AsmParser::ParseIntelDotOperator(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelDotOperator() function in X86AsmParser
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp697 bool ParseIntelDotOperator(const MCExpr *Disp, const MCExpr *&NewDisp);
1431 if (ParseIntelDotOperator(Disp, NewDisp)) in ParseIntelBracExpression()
1663 bool X86AsmParser::ParseIntelDotOperator(const MCExpr *Disp, in ParseIntelDotOperator() function in X86AsmParser