Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/llvm-project-15.0.7/clang/test/Parser/
H A Dpragma-optimize-diagnostics.cpp3 #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 Dpragma_microsoft.c225 #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 Dsyntax_option_type.pass.cpp39 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 Dpragma-optimize.cpp5 #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 Dtarget-specific-options.s7 # 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 Dppc64-relocs.s4 # RUN: ld.lld --no-toc-optimize %t.o -o %t
9 # RUN: ld.lld --no-toc-optimize %t.o -o %t
H A Dppc64-got-off.s4 # 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 Dconstants.pass.cpp41 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 Dpragma-msvc-optimize.c3 #pragma optimize("", off)
11 #pragma optimize("", on)
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dapple-kext.cpp11 #pragma clang optimize off
17 #pragma clang optimize on
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dinstrument_global.ll22 ; 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 DREADME10 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 Dnoreturn-call.ll7 ; 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 Dwriteonly.ll1 ; 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 Ddivmod-eabi.ll9 ; 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 Dtail-calls.ll79 ; 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 Dbitcast.ll11 ; 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 Dmemcpy.ll13 ; 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 Dheader-with-pragma-optimize-off.h3 #pragma clang optimize off
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dindirect-addressing-si-noopt.ll50 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 Doptimize-exec-copies-extra-insts-after-copy.mir2 # 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 Dstrip-debug-info.ll12 ; ---- Thin LTO (optimize, strip main file) -----------------
19 ; ---- Thin LTO (optimize, strip imported file) -------------
/llvm-project-15.0.7/clang/test/PCH/
H A Dpragma-optimize.c18 #pragma clang optimize off
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Dlsr-insns-1.ll6 ; 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 DGlobalISelEmitter-immAllZeroOne.td1 // 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/../…

12345678910>>...17