Lines Matching defs:Expression
55 Expression
164 if (Kind != Expression || !Expr)
168 // a token, like 'gds', or an expression that references a global variable.
169 // In this case, we assume the string is an expression, and if we need to
294 return Kind == Expression;
318 if (Kind == Expression)
481 case Expression:
527 auto Op = llvm::make_unique<AMDGPUOperand>(Expression);
1458 // If this identifier is a symbol, we want to create an expression for it.
2780 // When operands have expression values, they will return true for isToken,
2782 // expression at parse time. MatchInstructionImpl() will always try to
2784 // name of the expression is not a valid token, the match will fail,