Searched refs:noopt (Results 1 – 20 of 20) sorted by relevance
/external/llvm/test/Transforms/FunctionAttrs/ |
D | convergent.ll | 92 ; CHECK-NEXT: define i32 @noopt() 93 define i32 @noopt() convergent optnone noinline { 104 %a = call i32 @noopt()
|
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | convergent.ll | 93 ; CHECK-NEXT: define i32 @noopt() 94 define i32 @noopt() convergent optnone noinline { 105 %a = call i32 @noopt()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | leaks.cpp | 16 __attribute__((noopt)) void leak(int n) { in leak()
|
/external/google-fruit/extras/packaging/ |
D | debian.rules | 7 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
/external/strace/debian/ |
D | rules | 12 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
/external/autotest/client/tests/crashme/ |
D | crashme_2.4-9.diff | 77 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 152 + - Add support for DEB_BUILD_OPTIONS=noopt.
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.1.rst | 89 - llvmpipe: move coroutines out of noopt case
|
D | 20.3.0.rst | 4297 - aco: add ACO_DEBUG=novn,noopt,nosched for debugging purposes
|
D | 20.2.0.rst | 1430 - llvmpipe: move coroutines out of noopt case
|
/external/ppp/pppd/ |
D | lcp.c | 79 static int noopt __P((char **)); 89 { "-all", o_special_noarg, (void *)noopt, 300 noopt(argv) in noopt() function
|
/external/python/cpython3/PCbuild/ |
D | prepare_libffi.bat | 51 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
|
/external/libwebm/ |
D | webm_info.cc | 111 const string noopt = "-no" + option; in MatchesBooleanOption() local 112 return value == opt || value == noopt; in MatchesBooleanOption()
|
/external/freetype/ |
D | vms_make.com | 20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
|
/external/mesa3d/src/amd/compiler/ |
D | README.md | 236 * `noopt` - Disables the ACO optimizer.
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | configure | 191 -noopt | --without-optimizations) without_optimizations=1; shift;;
|
/external/mesa3d/docs/ |
D | envvars.rst | 647 ``noopt``
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 163 .. option:: --cuda-noopt-device-debug, --no-cuda-noopt-device-debug
|
/external/clang/include/clang/Driver/ |
D | Options.td | 413 def cuda_noopt_device_debug : Flag<["--"], "cuda-noopt-device-debug">, 418 def no_cuda_noopt_device_debug : Flag<["--"], "no-cuda-noopt-device-debug">;
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 682 def cuda_noopt_device_debug : Flag<["--"], "cuda-noopt-device-debug">, 687 def no_cuda_noopt_device_debug : Flag<["--"], "no-cuda-noopt-device-debug">;
|
/external/e2fsprogs/debian/ |
D | changelog | 3391 * Support "noopt" in DEB_BUILD_OPTIONS instead of "debug".
|