Home
last modified time | relevance | path

Searched refs:noopt (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll92 ; CHECK-NEXT: define i32 @noopt()
93 define i32 @noopt() convergent optnone noinline {
104 %a = call i32 @noopt()
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/
Dconvergent.ll93 ; 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/
Dleaks.cpp16 __attribute__((noopt)) void leak(int n) { in leak()
/external/google-fruit/extras/packaging/
Ddebian.rules7 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/strace/debian/
Drules12 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff77 +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
152 + - Add support for DEB_BUILD_OPTIONS=noopt.
/external/mesa3d/docs/relnotes/
D20.1.1.rst89 - llvmpipe: move coroutines out of noopt case
D20.3.0.rst4297 - aco: add ACO_DEBUG=novn,noopt,nosched for debugging purposes
D20.2.0.rst1430 - llvmpipe: move coroutines out of noopt case
/external/ppp/pppd/
Dlcp.c79 static int noopt __P((char **));
89 { "-all", o_special_noarg, (void *)noopt,
300 noopt(argv) in noopt() function
/external/python/cpython3/PCbuild/
Dprepare_libffi.bat51 if /I "%1"=="-noopt" (set BUILD_NOOPT=CFLAGS='-Od -warn all') & shift & goto :CheckOpts
/external/libwebm/
Dwebm_info.cc111 const string noopt = "-no" + option; in MatchesBooleanOption() local
112 return value == opt || value == noopt; in MatchesBooleanOption()
/external/freetype/
Dvms_make.com20 $! * DEBUG - Compile modules with /noopt/debug and link shareable image
/external/mesa3d/src/amd/compiler/
DREADME.md236 * `noopt` - Disables the ACO optimizer.
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure191 -noopt | --without-optimizations) without_optimizations=1; shift;;
/external/mesa3d/docs/
Denvvars.rst647 ``noopt``
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst163 .. option:: --cuda-noopt-device-debug, --no-cuda-noopt-device-debug
/external/clang/include/clang/Driver/
DOptions.td413 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/
DOptions.td682 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/
Dchangelog3391 * Support "noopt" in DEB_BUILD_OPTIONS instead of "debug".