| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | pragma-optimize-diagnostics.cpp | 3 #pragma clang optimize off 5 #pragma clang optimize on 8 #pragma clang optimize on top of spaghetti // expected-error {{unexpected extra argument 'top' to … 11 #pragma clang optimize something_wrong // expected-error {{unexpected argument 'something_wrong' t… 14 #pragma clang optimize // expected-error {{missing argument to '#pragma clang optimize'; expected '… 19 #pragma clang optimize OFF 20 #pragma clang optimize ON
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | pragma_microsoft.c | 225 #pragma optimize // expected-warning{{missing '(' after '#pragma optimize'}} 226 #pragma optimize( // expected-warning{{expected string literal in '#pragma optimize'}} 227 #pragma optimize(a // expected-warning{{expected string literal in '#pragma optimize'}} 228 #pragma optimize("g" // expected-warning{{expected ',' in '#pragma optimize'}} 229 #pragma optimize("g", // expected-warning{{missing argument to '#pragma optimize'; expected 'on… 230 #pragma optimize("g",xyz // expected-warning{{unexpected argument 'xyz' to '#pragma optimize'; exp… 231 #pragma optimize("g",on) // expected-warning{{unexpected argument 'g' to '#pragma optimize'; expec… 232 #pragma optimize("",on) // no-warning 233 #pragma optimize("", on) asdf // expected-warning{{extra tokens at end of '#pragma optimize'}} 236 #pragma optimize("", on) // expected-error {{'#pragma optimize' can only appear at file scope}} in pragma_optimize_foo()
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.const/re.synopt/ |
| H A D | syntax_option_type.pass.cpp | 39 assert(std::regex_constants::optimize != 0); in main() 55 assert((std::regex_constants::icase & std::regex_constants::optimize) == 0); in main() 65 assert((std::regex_constants::nosubs & std::regex_constants::optimize) == 0); in main() 75 assert((std::regex_constants::optimize & std::regex_constants::collate) == 0); in main() 76 assert((std::regex_constants::optimize & std::regex_constants::ECMAScript) == 0); in main() 77 assert((std::regex_constants::optimize & std::regex_constants::basic) == 0); in main() 78 assert((std::regex_constants::optimize & std::regex_constants::extended) == 0); in main() 79 assert((std::regex_constants::optimize & std::regex_constants::awk) == 0); in main() 80 assert((std::regex_constants::optimize & std::regex_constants::grep) == 0); in main() 81 assert((std::regex_constants::optimize & std::regex_constants::egrep) == 0); in main() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pragma-optimize.cpp | 5 #pragma clang optimize off 67 #pragma clang optimize on 111 #pragma clang optimize off 118 #pragma clang optimize on 137 #pragma clang optimize on
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | target-specific-options.s | 7 # RUN: not ld.lld %t --pcrel-optimize -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR-PCREL 8 # ERR-PCREL: error: --pcrel-optimize is only supported on PowerPC64 targets 10 # RUN: not ld.lld %t --toc-optimize -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR-TOC 11 # ERR-TOC: error: --toc-optimize is only supported on PowerPC64 targets
|
| H A D | ppc64-relocs.s | 4 # RUN: ld.lld --no-toc-optimize %t.o -o %t 9 # RUN: ld.lld --no-toc-optimize %t.o -o %t
|
| H A D | ppc64-got-off.s | 4 # RUN: ld.lld -shared --no-toc-optimize %t.o -o %t 8 # RUN: ld.lld -shared --no-toc-optimize %t.o -o %t
|
| /llvm-project-15.0.7/libcxx/test/std/re/re.regex/re.regex.const/ |
| H A D | constants.pass.cpp | 41 static_assert((BR::optimize == std::regex_constants::optimize), ""); in test() 51 where(BR::optimize); in test()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | pragma-msvc-optimize.c | 3 #pragma optimize("", off) 11 #pragma optimize("", on)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | apple-kext.cpp | 11 #pragma clang optimize off 17 #pragma clang optimize on
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | instrument_global.ll | 22 ; GlobSt is declared here, and has static initializer -- ok to optimize. 32 ; GlobSt is accessed out of bounds -- can't optimize 42 ; GlobSt is accessed with Gep that has non-0 first index -- can't optimize. 52 ; GlobDy is declared with dynamic initializer -- can't optimize. 62 ; GlobEx is an external global -- can't optimize.
|
| /llvm-project-15.0.7/polly/ |
| H A D | README | 10 propagation through arrays, remove dead loop iterations, optimize loops for 11 cache locality, optimize arrays, apply advanced automatic parallelization, drive
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | noreturn-call.ll | 7 ; Make sure we optimize a sequence of two calls (second unreachable); 18 ; Make sure we DON'T try to optimize a musttail call (the IR invariant
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | writeonly.ll | 1 ; Checks that we optimize writeonly variables and corresponding stores using llvm-lto 9 ; Check that we optimize write-only variables 12 ; RUN: llvm-lto -thinlto-action=optimize %t1.imported.bc -o - | llvm-dis - -o - | FileCheck %s --ch…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | divmod-eabi.ll | 9 ; RUN: llc -mtriple armv7-none-eabi %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefix=EA… 11 ; RUN: llc -mtriple armv7-none-eabihf %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefix=… 14 ; RUN: llc -mtriple armv7-linux-androideabi %s -o - -O0 -optimize-regalloc | FileCheck %s --check-p… 16 ; RUN: llc -mtriple armv7-linux-gnueabi %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefi… 18 ; RUN: llc -mtriple armv7-linux-musleabi %s -o - -O0 -optimize-regalloc | FileCheck %s --check-pref… 20 ; RUN: llc -mtriple armv7-apple-darwin %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefix… 22 ; RUN: llc -mtriple thumbv7-windows %s -o - -O0 -optimize-regalloc | FileCheck %s --check-prefixes=…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | tail-calls.ll | 79 ; Do not tail call optimize functions with varargs passed by stack. 90 ; Do not tail call optimize if stack is used to pass parameters. 101 ; Do not tail call optimize if parameters need to be passed indirectly. 141 ; we want to reuse during a tail call. Do not tail call optimize functions with 154 ; Do not tail call optimize if callee uses structret semantics. 168 ; Do not tail call optimize if caller uses structret semantics. 179 ; Do not tail call optimize if disabled.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | bitcast.ll | 11 ; Can't optimize the following bitcast to scalar_to_vector. 23 ; Can't optimize the following bitcast to scalar_to_vector.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/XCore/ |
| H A D | memcpy.ll | 13 ; Can't optimize - size is not a multiple of 4. 22 ; Can't optimize - alignment is not a multiple of 4.
|
| /llvm-project-15.0.7/clang/test/SemaCXX/Inputs/ |
| H A D | header-with-pragma-optimize-off.h | 3 #pragma clang optimize off
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | indirect-addressing-si-noopt.ll | 50 call void asm sideeffect "; reg use $0", "v"(<4 x float> %tmp2) #0 ; Prevent block optimize out 56 call void asm sideeffect "; reg use $0", "v"(<4 x float> %tmp5) #0 ; Prevent block optimize out
|
| H A D | optimize-exec-copies-extra-insts-after-copy.mir | 2 # RUN: llc -march=amdgcn -mcpu=fiji -verify-machineinstrs -run-pass=si-optimize-exec-masking -o - %… 4 # Make sure we can still optimize writes to exec when there are
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | strip-debug-info.ll | 12 ; ---- Thin LTO (optimize, strip main file) ----------------- 19 ; ---- Thin LTO (optimize, strip imported file) -------------
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | pragma-optimize.c | 18 #pragma clang optimize off
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/ |
| H A D | lsr-insns-1.ll | 6 ; OPT test checks that LSR optimize compare for static counter to compare with 0. 8 ; LLC test checks that LSR optimize compare for static counter. 13 ; LSR should optimize out cmp:
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | GlobalISelEmitter-immAllZeroOne.td | 1 // RUN: llvm-tblgen -gen-global-isel -warn-on-skipped-patterns -optimize-match-table=false -I %p/..… 2 // RUN: llvm-tblgen -gen-global-isel -warn-on-skipped-patterns -optimize-match-table=true -I %p/../…
|