Searched refs:SPEC (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | encode.mm | 303 // CHECK-NO-TEMP-SPEC: @[[STR23:.*]] = {{.*}} [3 x i8] c"^v\00" 305 // CHECK-TEMP-SPEC: @[[STR23:.*]] = {{.*}} [13 x i8] c"^{B0<int>=i}\00" 306 // CHECK-TEMP-SPEC: @_ZN32test_cxx_template_specialization3b01E = {{.*}} ([13 x i8], [13 x i8]* @[[… 308 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2d0E = {{.*}} ([3 x i8], [3 x i8]* @[[… 309 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2d1E = {{.*}} ([3 x i8], [3 x i8]* @[[… 310 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2d2E = {{.*}} ([3 x i8], [3 x i8]* @[[… 313 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2s0E = {{.*}} ([3 x i8], [3 x i8]* @[[… 314 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2s1E = {{.*}} ([3 x i8], [3 x i8]* @[[… 317 // CHECK-NO-TEMP-SPEC: @_ZN32test_cxx_template_specialization2u0E = {{.*}} ([3 x i8], [3 x i8]* @[[… 319 // CHECK-NO-TEMP-SPEC: @[[STR26:.*]] = {{.*}} [6 x i8] c"[4^v]\00" [all …]
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | FortranLLVMTestSuite.md | 42 ## Running the SPEC CPU 2017 45 Fortran tests from [SPEC CPU 2017](https://www.spec.org/cpu2017/). We 48 the SPEC CPU 2017 Fortran tests, those that are derived from climate 51 time. Note that a copy of SPEC CPU 2017 must be purchased by your 55 Here is an example of how to build SPEC CPU 2017 with GCC 61 -DTEST_SUITE_SUBDIRS:STRING="External/SPEC" \ 63 -DTEST_SUITE_SPEC2017_ROOT=<path to SPEC directory> ..
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-std.hip | 20 // RUN: -std=c++17 %s 2>&1 | FileCheck -check-prefixes=MSVC-SPEC %s 21 // MSVC-SPEC: "-cc1"{{.*}}"-fcuda-is-device"{{.*}}"-std=c++17" 22 // MSVC-SPEC: "-cc1"{{.*}}"-std=c++17"
|
| /llvm-project-15.0.7/clang/test/AST/ |
| H A D | fixed_point.c | 93 #define MIX_TYPE_SPEC(SPEC, SIGN, SIZE, ID) \ argument 94 SPEC SIGN SIZE _Accum ID; \ 95 SIGN SPEC SIZE _Accum ID ## 2; \ 96 SIGN SIZE SPEC _Accum ID ## 3; \ 97 SIGN SIZE _Accum SPEC ID ## 4;
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteGuide.md | 117 directory are the SPEC CPU benchmark suites. 219 `External` directory (such as `External/SPEC/README`) 245 Warning: 'test-suite :: External/SPEC/CINT2006/403.gcc/403.gcc.test' has No metrics! 303 External suites such as SPEC can be enabled by either 309 `test-suite/External/SPEC/README`. 311 For the SPEC benchmarks you can switch between the `test`, `train` and 354 The `TEST_SUITE_RUN_TYPE` setting only affects the SPEC benchmark suites.
|
| H A D | HowToSubmitABug.rst | 214 **Special note:** if you are debugging MultiSource or SPEC tests that
|
| H A D | SpeculativeLoadHardening.md | 1063 We don't yet have benchmark data on SPEC or the LLVM test suite, but we can
|
| H A D | ProgrammersManual.rst | 1291 When running ``opt`` on a C file from the SPEC benchmark suite, it gives a
|
| /llvm-project-15.0.7/llvm/docs/Proposals/ |
| H A D | TestSuite.rst | 22 like for the SPEC benchmarks) 33 SPEC CPU 2017 56 SPEC OMP2012
|
| /llvm-project-15.0.7/llvm/test/Transforms/ADCE/ |
| H A D | 2002-07-17-PHIAssertion.ll | 1 ; This testcase was extracted from the gzip SPEC benchmark
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | 2003-05-30-BadFoldGEP.ll | 4 ;; From: test/Programs/External/SPEC/CINT2000/254.gap.llvm.bc
|
| H A D | 2003-05-28-ManyArgs.ll | 6 ;; From: test/Programs/External/SPEC/CINT2000/175.vpr.llvm.bc
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | numeric-expression.txt | 34 RUN: | FileCheck --check-prefix INVALID-FMT-SPEC-MSG1 --strict-whitespace %s 37 RUN: | FileCheck --check-prefix INVALID-FMT-SPEC-MSG2 --strict-whitespace %s 45 INVALID-FMT-SPEC-MSG1: numeric-expression.txt:[[#@LINE-2]]:37: error: invalid format specifier in e… 46 INVALID-FMT-SPEC-MSG1-NEXT: {{I}}NVALID-FMT-SPEC1-NEXT: INVVAR1={{\[\[#%c,INVVAR1:\]\]}} 47 INVALID-FMT-SPEC-MSG1-NEXT: {{^}} ^{{$}} 48 INVALID-FMT-SPEC-MSG2: numeric-expression.txt:[[#@LINE-4]]:37: error: invalid format specifier in e… 49 INVALID-FMT-SPEC-MSG2-NEXT: {{I}}NVALID-FMT-SPEC2-NEXT: INVVAR2={{\[\[#%hhd,INVVAR2:\]\]}} 50 INVALID-FMT-SPEC-MSG2-NEXT: {{^}} ^{{$}}
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ControlFlowIntegrity.rst | 121 virtual-call-heavy SPEC 2006 xalancbmk.
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | README.txt | 1140 [LOAD PRE / STORE SINKING / SPEC HACK]
|