Home
last modified time | relevance | path

Searched +refs:llvm +refs:mode +refs:prog +refs:mode (Results 1 – 21 of 21) sorted by relevance

/external/clang/docs/CommandGuide/
Dclang.rst14 Depending on which high-level mode setting is passed, Clang will stop before
63 the same driver. Please see <http://clang-analyzer.llvm.org> for more details
167 Indicate that Objective-C code should be compiled in GC-only mode, which only
172 Indicate that Objective-C code should be compiled in hybrid-GC mode, which
173 works with both GC and non-GC mode.
326 .. option:: -flto, -emit-llvm
388 .. option:: -print-prog-name=<name>
498 To report bugs, please visit <http://llvm.org/bugs/>. Most bug reports should
/external/mesa3d/docs/relnotes/
D7.10.3.rst43 [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try:
44 'prog -help' with llvm-2.9svn
76 Openarena crash with r300g, swrastg + llvm > 2.8
267 - r300g: fix texturing with non-3D textures and wrap R mode set to
290 - gallivm: Disable MMX-disabling code on llvm-2.9.
D19.3.0.rst57 - gnome-shell overview mode crash in recent mesa
96 - [amdgpu][Navi][llvm] Minimap problem in Nier Automata
110 - Mesa build breaks when only building radeonsi due to missing llvm
143 - gallium: Restore VSX for llvm >= 4
446 - i965/fs: add a comment about how the rounding mode in fmul is set
447 - i965/fs: set rounding mode when emitting the flrp instruction
493 - amd/llvm: Fix warning due to asserted-only variable.
656 - mesa/st: Don't expect prog->nir to already exist
872 - gallivm: add support for fences api on older llvm
916 - gallivm: fix coroutines on aarch64 with llvm 8
[all …]
D20.2.0.rst72 - RADV_DEBUG=llvm option to enable LLVM backend for RADV
141 - ci: Capture artifacts in baremetal mode
196 - [RADV/LLVM]: void llvm::ICmpInst::AssertOK(): Assertion \`getOperand(0)->getType() == getOperand(…
273 - lp_test_format failure with llvm-11
345 - pan/bi: Add float-only mode to condition fusing
667 - pan/mdg: Allow ignoring move mode
723 - pan/mdg: Identify per-sample interpolation mode
761 - panfrost: Add MSAA mode selection field
893 - amd/llvm: Mark pointer function arguments as 32-byte aligned.
1060 - llvmpipe: do not enable tessellation shader without llvm coroutines support
[all …]
D20.3.0.rst148 - builder_misc.cpp:137:55: error: ‘get’ is not a member of ‘llvm::ElementCount’
159 - gen_state_llvm.h:54:99: error: invalid conversion from ‘int’ to ‘const llvm::VectorType*’ \[-fper…
433 - panfrost: XMLify MSAA writeout mode
533 - panfrost: Support SHADERLESS mode everywhere
592 - pan/mdg: Refactor texture op/mode handling
639 - pan/bi: Remove old register mode definitions
875 - amd/llvm: Add VK_KHR_shader_terminate_invocation support.
921 - panfrost: Clarify what TILED mode is
922 - panfrost: Add Tiled linear mode to the Block Format enum
1347 - clover/llvm: add 3.0 versioning.
[all …]
D20.1.0.rst319 - pan/decode: Add \`minimal\` mode
377 - pan/bi: Add v4i8 mode to FMA_SHIFT
543 - pan/bi: Default csel to "!= 0" mode
581 - pan/bit: Add \`run\` mode to the cmdline
611 - pan/bit: Add mode to run unit tests
825 - gitlab-ci: replay apitrace traces in headless mode
870 - amd/llvm: Fix divergent descriptor indexing. (v3)
871 - amd/llvm: Fix divergent descriptor regressions with radeonsi.
1188 - amd/llvm: implement nir_intrinsic_demote(_if) and
1284 - meson: Make shared-llvm into a tri-state boolean
[all …]
D20.0.0.rst112 - [radv] SteamVR direct mode no longer works
118 - [radv] SteamVR direct mode no longer works
209 - clover/llvm: fix build after llvm 10 commit 1dfede3122ee
534 - amd/llvm: Refactor ac_build_scan.
726 - amd/llvm: Add Subgroup Scan functions for SI
816 - gallivm: add nir->llvm translation (v2)
1045 - freedreno/a6xx: Log the tiling mode in resource layout debug.
1076 - mesa/prog: Reuse count_vec4_slots() from ir_to_mesa.
1202 - zink: emit line-width when using polygon line-mode
1541 - clover: Use explicit conversion from llvm::StringRef to std::string
[all …]
D19.1.0.rst263 failure with llvm-9
365 - swr/rast: add more llvm intrinsics
1154 - radv/llvm: initialise passes member.
1286 - meson: Force the use of config-tool for llvm
1504 - gitlab-ci: add a scons no-llvm build
1505 - gitlab-ci: add scons llvm 3.5 build
1585 - gitlab-ci: only build the default (=latest) and oldest llvm versions
1586 - gitlab-ci: autotools needs to be told which llvm version to use
1589 - gitlab-ci: fix llvm version (7 doesn't have a ".0")
1639 meson-gallium-clover-llvm
[all …]
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst219 Flush denormal floating point values to zero in CUDA device mode.
523 .. option:: -print-prog-name=<name>, --print-prog-name=<name>, --print-prog-name <arg>
569 Save llvm statistics.
739 .. option:: -emit-llvm
994 Disable linemarker output in -E mode
1226 Print macro definitions in -E mode in addition to normal output
1230 Print include directives in -E mode in addition to normal output
1234 Print macro definitions in -E mode instead of normal output
1650 Generate relocatable device code, also known as separate compilation mode
1710 Enable LTO in 'full' mode
[all …]
/external/llvm-project/clang/include/clang/Driver/
DOptions.td4 // See https://llvm.org/LICENSE.txt for license information.
14 include "llvm/Option/OptParser.td"
43 // are made available when the driver is running in CL compatibility mode.
60 // flang mode.
310 def driver_mode : Joined<["--"], "driver-mode=">, Group<internal_driver_Group>,
312 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
485 HelpText<"Disable linemarker output in -E mode">;
695 HelpText<"Flush denormal floating point values to zero in CUDA device mode.">;
700 "Generate relocatable device code, also known as separate compilation mode", "", "">;
736 HelpText<"Print macro definitions in -E mode in addition to normal output">;
[all …]
/external/llvm-project/clang/docs/CommandGuide/
Dclang.rst14 Depending on which high-level mode setting is passed, Clang will stop before
63 the same driver. Please see <https://clang-analyzer.llvm.org> for more details
470 .. option:: -flto, -flto=full, -flto=thin, -emit-llvm
549 .. option:: -print-prog-name=<name>
665 To report bugs, please visit <https://bugs.llvm.org/>. Most bug reports should
/external/clang/include/clang/Driver/
DOptions.td15 include "llvm/Option/OptParser.td"
41 // are made available when the driver is running in CL compatibility mode.
153 def driver_mode : Joined<["--"], "driver-mode=">, Group<internal_driver_Group>,
155 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
288 HelpText<"Disable linemarker output in -E mode">;
422 Flags<[CC1Option]>, HelpText<"Flush denormal floating point values to zero in CUDA device mode.">;
429 HelpText<"Print macro definitions in -E mode in addition to normal output">;
431 HelpText<"Print macro definitions in -E mode instead of normal output">;
451 def emit_llvm : Flag<["-"], "emit-llvm">, Flags<[CC1Option]>, Group<Action_Group>,
803 HelpText<"Set LTO mode to either 'full' or 'thin'">;
[all …]
/external/python/cpython3/Misc/
DHISTORY53 that the script is in CGI mode.
173 - Issue #25280: Import trace messages emitted in verbose (-v) mode are no
307 at the end if the FileInput was opened with binary mode.
384 rounding mode than datetime.timedelta to keep the property:
386 It also the rounding mode used by round(float) for example.
979 - Issue #22653: Fix an assertion failure in debug mode when doing a reentrant
980 dict insertion in debug mode.
985 - Issue #22604: Fix assertion error in debug mode when dividing a complex
1129 when in failfast mode, even in the absence of failures.
1487 - Issue #22236: Fixed Tkinter images copying operations in NoDefaultRoot mode.
[all …]
/external/python/cpython2/
Dconfigure.ac623 # #error This header file is to be used only for c99 mode compilations
630 # #error directive: This header file is to be used only for c99 mode
633 # #error This header file is to be used only for c99 mode compilations
847 ac_prog=`$CC -print-prog-name=ld`
1474 # Make this work on systems where llvm tools are not installed with their
1476 # non-suffixed name in their versioned llvm directory.
1483 # which is where the related llvm tools are located.
1493 AC_PATH_TARGET_TOOL(LLVM_PROFDATA, llvm-profdata, '', ${llvm_path})
1503 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null`
1506 # llvm-profdata isn't directly in $PATH in some cases.
[all …]
Dconfigure4364 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5395 ac_prog=`$CC -print-prog-name=ld`
6571 set dummy $target_alias-llvm-profdata; ac_word=$2
6614 set dummy llvm-profdata; ac_word=$2
6670 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null`
/external/python/cpython3/
Dconfigure.ac631 if test -n "`"$found_gcc" --version | grep llvm-gcc`"
633 AC_MSG_NOTICE([Detected llvm-gcc, falling back to clang])
1068 ac_prog=`$CC -print-prog-name=ld`
1335 # Make llvm-relatec checks work on systems where llvm tools are not installed with their
1337 # non-suffixed name in their versioned llvm directory.
1345 # which is where the related llvm tools are located.
1372 AC_PATH_TOOL(LLVM_AR, llvm-ar, '', ${llvm_path})
1382 found_llvm_ar=`/usr/bin/xcrun -find llvm-ar 2>/dev/null`
1385 LLVM_AR='/usr/bin/xcrun llvm-ar'
1387 AC_MSG_NOTICE([llvm-ar found via xcrun: ${LLVM_AR}])
[all …]
Dconfigure4310 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5846 ac_prog=`$CC -print-prog-name=ld`
6545 set dummy ${ac_tool_prefix}llvm-ar; ac_word=$2
6588 set dummy llvm-ar; ac_word=$2
6650 found_llvm_ar=`/usr/bin/xcrun -find llvm-ar 2>/dev/null`
6709 set dummy ${ac_tool_prefix}llvm-profdata; ac_word=$2
6752 set dummy llvm-profdata; ac_word=$2
6814 found_llvm_profdata=`/usr/bin/xcrun -find llvm-profdata 2>/dev/null`
/external/strace/
DChangeLog288 * net.c: Include "xlat/ethernet_protocols.h" in XLAT_MACROS_ONLY mode.
320 mode.
393 * block.c: Include "xlat/block_ioctl_cmds.h" in XLAT_MACROS_ONLY mode.
1685 Remove the last piece of IA-32 mode support. Besides being obsolete,
1690 Complements: v4.21~17 "linux/ia64: remove IA-32 mode support"
2114 * tests/bpf-obj_get_info_by_fd-prog-v.c: New file.
2115 * tests/bpf-obj_get_info_by_fd-prog.c: Likewise.
2121 bpf-obj_get_info_by_fd-v, bpf-obj_get_info_by_fd-prog, and
2122 bpf-obj_get_info_by_fd-prog-v.
2125 bpf-obj_get_info_by_fd-v, bpf-obj_get_info_by_fd-prog,
[all …]
/external/llvm-project/polly/lib/External/isl/interface/
Dconfigure4235 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5153 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
6947 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
6949 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14650 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14652 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14870 collect2name=`$CC -print-prog-name=collect2`
18442 llvm::Triple T(TO.Triple);
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi1141 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/sysfs.h" lin…
1209 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/kernfs.h" li…
3017 …<var-decl name="mode" type-id="95e97e5e" visibility="default" filepath="include/linux/seccomp.h" l…
4783 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="88" …
5125 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="189"…
5139 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="165"…
7405 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
11465 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
11516 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/sysctl.h" li…
12826 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
[all …]
Dtest-PR27569-v1.abi1141 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/sysfs.h" lin…
1209 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/kernfs.h" li…
3017 …<var-decl name="mode" type-id="95e97e5e" visibility="default" filepath="include/linux/seccomp.h" l…
4783 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="88" …
5125 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="189"…
5139 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="kernel/audit.h" line="165"…
7405 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
11465 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
11516 …<var-decl name="mode" type-id="2594b00f" visibility="default" filepath="include/linux/sysctl.h" li…
12826 …<var-decl name="prog" type-id="bdcee7ae" visibility="default" filepath="include/linux/bpf.h" line=…
[all …]