Home
last modified time | relevance | path

Searched refs:ACM (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorBase.td61 the ACM on Programming Languages, October 2018.
67 the ACM on Programming Languages, October 2017.
70 Proceedings of the IEEE/ACM International Symposium on Code Generation
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib166 journal = {J. ACM},
173 publisher = {ACM},
423 journal = {ACM Trans. Archit. Code Optim.},
428 publisher={ACM},
458 journal = "ACM Transactions on Programming Languages and Systems",
471 publisher = {ACM},
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dep_log.cl47 // ACM Transactions on Mathematical Software (TOMS)
H A Dlog1p.cl103 // ACM Transactions on Mathematical Software (TOMS)
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A DREADME234 journal = {ACM Trans. Archit. Code Optim.},
244 publisher = {ACM},
/llvm-project-15.0.7/llvm/docs/
H A DCycleTerminology.rst72 loops." ACM Transactions on Programming Languages
H A DGarbageCollection.rst1017 languages. Benjamin Goldberg. ACM SIGPLAN PLDI'91.
1022 Tolmach. Proceedings of the 1994 ACM conference on LISP and functional
H A DCodeGenerator.rst1009 Proceedings of the ACM SIGPLAN 2002 Conference on Programming Language Design
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2049 const auto *ACM = dyn_cast<ConstantMatrixType>(A); in DeduceTemplateArgumentsByTypeMatch() local
2057 if (ACM) { in DeduceTemplateArgumentsByTypeMatch()
2058 if ((ACM->*GetArgDimension)() == *ParamConst) in DeduceTemplateArgumentsByTypeMatch()
2076 if (ACM) { in DeduceTemplateArgumentsByTypeMatch()
2079 ArgConst = (ACM->*GetArgDimension)(); in DeduceTemplateArgumentsByTypeMatch()