Home
last modified time | relevance | path

Searched refs:Controls (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc60 "Controls whether RunningOnValgrind() returns true or false.")
66 "Controls level of synchronization implied by IO operations. "
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_flags.inc61 "Controls whether RunningOnValgrind() returns true or false.")
71 "Controls level of synchronization implied by IO operations. "
/llvm-project-15.0.7/clang/docs/
H A DDataFlowSanitizer.rst159 * ``-dfsan-combine-pointer-labels-on-load`` -- Controls whether to include or
171 * ``-dfsan-combine-pointer-labels-on-store`` -- Controls whether to include or
183 * ``-dfsan-combine-offset-labels-on-gep`` -- Controls whether to propagate
193 * ``-dfsan-track-select-control-flow`` -- Controls whether to track the control
236 * ``-dfsan-track-origins`` -- Controls how to track origins. When its value is
H A DAPINotes.rst285 Controls ``NS_STRING_ENUM`` and ``NS_EXTENSIBLE_STRING_ENUM``. There are three
H A DUsersManual.rst251 Controls whether ANSI escape codes are used instead of the Windows Console
1731 Controls which checks enabled by ``-fsanitize=`` flag are non-fatal.
1757 Controls which checks enabled by the ``-fsanitize=`` flag trap. This
1785 Controls how address sanitizer code is generated. If enabled will always use
1940 Controls whether Clang emits an address-significance table into the object
1950 Controls whether Clang emits a unique (best-effort) symbol name for internal
1971 Controls how Clang emits text sections for basic blocks. With values ``all``
3068 Controls code generation for OpenMP threadprivate variables. In presence of
H A DClangCommandLineReference.rst1776 Controls how scalar integer arguments are extended in calls to unprototyped and varargs functions. …
1832 Controls the semantics of floating-point calculations.
1952 Controls the backend parallelism of -flto=thin (default of 0 means the number of threads will be de…
H A DClangFormatStyleOptions.rst3309 Controls bin-packing Objective-C protocol conformance list
3914 Controls if and how clang-format will sort ``#includes``.
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUModifierSyntax.rst589 Controls device level cache policy for memory operations. Used for synchronization.
666 Controls access to partially resident textures. The default value is off (0).
1147 Controls interaction with inactive lanes for *dpp8* instructions. The default value is zero.
1322 Controls which rows are enabled for data sharing. By default, all rows are enabled.
1353 Controls which banks are enabled for data sharing. By default, all banks are enabled.
1382 Controls data sharing when accessing an invalid lane. By default, data sharing with
1399 Controls interaction with *inactive* lanes for *dpp16* instructions. The default value is zero.
1458 Controls what to do with the bits in the destination which are not selected
1475 Controls which bits in the src0 are used. By default, all bits are used.
1494 Controls which bits in the src1 are used. By default, all bits are used.
H A DAMDGPUUsage.rst4272 Controls the behavior of the
14832 …rg_size`` 0 GFX6-GFX11 Controls KERNARG_SIZE in
14856 …amic_stack`` 0 GFX6-GFX11 Controls USES_DYNAMIC_STAC…
14911 …mp`` 1 GFX6-GFX11 Controls ENABLE_DX10_CLAMP…
14913 …e`` 1 GFX6-GFX11 Controls ENABLE_IEEE_MODE …
14915 …16_overflow`` 0 GFX9-GFX11 Controls FP16_OVFL in
14917 …g_split`` Target GFX90A, Controls TG_SPLIT in
14921 …p_processor_mode`` Target GFX10-GFX11 Controls ENABLE_WGP_MODE in
14925 …ry_ordered`` 1 GFX10-GFX11 Controls MEM_ORDERED in
14927 …rd_progress`` 0 GFX10-GFX11 Controls FWD_PROGRESS in
[all …]
H A DGettingStarted.rst75 * ``-DCMAKE_BUILD_TYPE=type`` --- Controls optimization level and debug information
1091 Controls optimization level and debug information of the build. This setting
H A DCompileCudaWithLLVM.rst107 compiling CUDA) Controls whether the compiler emits fused multiply-add
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def76 "(string) Controls the high-level analyzer mode, which influences the "
426 "Controls which functions will be inlined during the first phase of the ctu "
491 "Controls which C++ member functions will be considered for inlining. "
510 "Controls the mode of inter-procedural analysis. Value: \"none\", "
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo-js.css34 /* Controls Below Video */
44 /* Controls Layout
53 padding: 0; /* Controls are absolutely position, so no padding necessary */
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp317 using Controls = std::vector<uint8_t>; typedef
344 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
381 bool run(Controls &V) { in run()
395 bool run(Controls &V) { in run()
409 bool run(Controls &F, Controls &R) { in run()
2212 PermNetwork::Controls FC, RC; in butterfly()
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp170 for (auto &Ctl : Controls) in log()
H A DResourceFileWriter.cpp1110 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Res->Controls.size(), in writeDialogBody()
1126 } Middle{ulittle16_t(Res->Controls.size()), ulittle16_t(Res->X), in writeDialogBody()
1162 for (auto &Ctl : Res->Controls) in writeDialogBody()
H A DResourceScriptStmt.h656 std::vector<Control> Controls; variable
666 void addControl(Control &&Ctl) { Controls.push_back(std::move(Ctl)); } in addControl()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DPasses.td287 "Controls layout maps when bufferizing function signatures.">,
301 "Controls layout maps for non-inferrable memref types.">,
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_flags.inc41 "Controls the way to handle globals (0 - don't detect buffer overflow on "
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def193 VALUE_LANGOPT(AlignDouble , 1, 0, "Controls if doubles should be aligned to 8 bytes (x86…
447 "Controls how scalar integer arguments are extended in calls "
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc95 "Controls custom tool's " #signal " handler (0 - do not registers the " \
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td382 Desc<"Controls whether the expression can fall back to being JITted if it's "
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1631 // AllowRegisterRenaming - Controls whether this target allows
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td4305 // Controls whether to auto-generate this op's (de)serialization method.
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1574 HelpText<"Controls the semantics of floating-point calculations.">;
1596 HelpText<"Controls how scalar integer arguments are extended in calls "
2167 HelpText<"Controls the backend parallelism of -flto=thin (default "

12