Home
last modified time | relevance | path

Searched defs:Evaluation (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/docs/Rationale/
H A DRationaleSimplifiedPolyhedralForm.md245 ## Evaluation section in MLIR: The case for a simplified polyhedral form
251 ### Commonality: can express same computation
256 ### Commonality: dependence analysis
261 ### Commonality: difficulty of determining optimal transformation series
268 ### Commonality: compactness of IR
283 ### Simplicity of code generation
295 ### Ease of transformation
314 ### Ease of analysis: Cost models
324 ### Cost of code generation
341 ### SSA in ML Functions
[all …]
/llvm-project/flang/lib/Lower/
H A DCoarray.cpp28 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()
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp130 APValue *Evaluation = VariableDecl->evaluateValue(); in hasKnownBounds() local
179 APValue *Evaluation = VariableDecl->evaluateValue(); in hasLargeNumIterations() local
/llvm-project/llvm/unittests/Analysis/
H A DMLModelRunnerTest.cpp246 TEST(InteractiveModelRunner, Evaluation) { in TEST() argument