Searched defs:Evaluation (Results 1 – 4 of 4) sorted by relevance
245 ## Evaluation section in MLIR: The case for a simplified polyhedral form251 ### Commonality: can express same computation256 ### Commonality: dependence analysis261 ### Commonality: difficulty of determining optimal transformation series268 ### Commonality: compactness of IR283 ### Simplicity of code generation295 ### Ease of transformation314 ### Ease of analysis: Cost models324 ### Cost of code generation341 ### SSA in ML Functions[all …]
28 Fortran::lower::pft::Evaluation &, in genChangeTeamConstruct()35 Fortran::lower::pft::Evaluation &, in genChangeTeamStmt()42 Fortran::lower::pft::Evaluation &, in genEndChangeTeamStmt()49 Fortran::lower::pft::Evaluation &, const Fortran::parser::FormTeamStmt &) { in genFormTeamStatement()
130 APValue *Evaluation = VariableDecl->evaluateValue(); in hasKnownBounds() local179 APValue *Evaluation = VariableDecl->evaluateValue(); in hasLargeNumIterations() local
246 TEST(InteractiveModelRunner, Evaluation) { in TEST() argument