Home
last modified time | relevance | path

Searched full:channels (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project/llvm/test/Transforms/CodeExtractor/
H A DPartialInlineOr.ll11 %tmp2 = tail call i32 (...) @channels() #1
32 declare i32 @channels(...) local_unnamed_addr
56 %tmp2 = tail call i32 (...) @channels() #1
H A DPartialInlineAnd.ll11 %tmp2 = tail call i32 (...) @channels() #2
32 declare i32 @channels(...) local_unnamed_addr #1
/llvm-project/lldb/docs/man/
H A Dlldb-server.rst83 .. option:: --log-channels <channel1 categories...:channel2 categories...>
85 Channels to log. A colon-separated list of entries. Each entry starts with
136 .. option:: --log-channels <channel1 categories...:channel2 categories...>
138 Channels to log. A colon-separated list of entries. Each entry starts with
/llvm-project/clang-tools-extra/clangd/
H A DREADME.md11 ### Communication channels
14 through one of these channels:
/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td34 defm log_channels: SJ<"log-channels", "Channels to log. A colon-separated list of entries. Each ent…
H A Dlldb-platform.cpp66 {"log-channels", required_argument, nullptr, 'c'},
101 fprintf(stderr, "Usage:\n %s %s [--log-file log-file-name] [--log-channels " in save_socket_id_to_file()
289 self_args.AppendArgument(llvm::StringRef("--log-channels")); in main_platform()
396 case 'c': // Log Channels
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest_config.py13 channels = [] variable
H A Ddotest_args.py223 dest="channels",
226 …"Specify the log channels (and optional categories) e.g. 'lldb all' or 'gdb-remote packets' if no …
H A DREADME-TestSuite21 the process.gdb-remote channels and directs the run log to a file.
H A Dlldbtest.py620 if len(lldbtest_config.channels) == 0:
623 # if debug channels are specified in lldbtest_config.channels,
633 for channel_with_categories in lldbtest_config.channels:
660 # Communicate channels to lldb-server
661 os.environ["LLDB_SERVER_LOG_CHANNELS"] = ":".join(lldbtest_config.channels)
667 for channel_and_categories in lldbtest_config.channels:
H A Ddotest.py301 if args.channels:
302 lldbtest_config.channels = args.channels
/llvm-project/lldb/docs/resources/
H A Ddebugging.rst209 You can tell it to enable logging using the ``--log-channels`` option. For
210 example ``--log-channels "posix ptrace"``. However that is not passed on to the
307 ``--log-channels "gdb-remote packets"``. Then you'll see both sides of the
513 ``--log-channels "posix ptrace"``. You'll see output like:
517 $ lldb-server gdbserver :1234 --log-channels "posix ptrace" -- /tmp/test.o
/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeExecutionSideEffectSuppression.cpp120 // and memory timing side channels. We will treat terminators that load in runOnMachineFunction()
133 // channels since we will prevent code executing after misspeculation as in runOnMachineFunction()
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp173 // Transpose the factored-out stride to the output channels. in matchAndRewrite()
182 // Collapse the strides and output channels into a single dimension. in matchAndRewrite()
266 // Transpose the factored-out stride to the output channels. in matchAndRewrite()
/llvm-project/libc/docs/
H A Dindex.rst15 or ask on `discord <https://discord.com/channels/636084430946959380/636732994891284500>`__.
87 Discord Channel <https://discord.com/channels/636084430946959380/636732994891284500>
/llvm-project/clang/docs/
H A DShadowCallStack.rst107 channels exposed by the operating system `[1]`_ `[2]`_ or processor `[3]`_
120 read/write. This also mitigates somewhat against processor side channels.
/llvm-project/llvm/docs/
H A DSpeculativeLoadHardening.md24 leak the loaded values through various side channels that survive even when the
120 important as there are an unknown number of potential side channels and we
147 residing in registers or leaked through other side-channels in
150 side-channels. Such code should also scrub registers of secret data following
570 because they are not believed to provide any side-channels. Similarly, we can
990 …com/wp-content/uploads/sites/11/2018/01/Intel-Analysis-of-Speculative-Execution-Side-Channels.pdf).
H A DGettingInvolved.rst380 `#office-hours Discord channel <https://discord.com/channels/636084430946959380/976196303681896538>`__.
395 can be found on the community's `Discord <https://discord.com/channels/636084430946959380/636725486533345280>`_
422 - ``discord-bot-channels-to-mention`` - **Sometimes required**. A
423 comma-separated list of Discord channels to post notifications in. If your
440 discord-bot-channels-to-mention: #beginners, #foo
450 * send the pings to the ``#beginners``, ``#foo``, and ``#office-hours`` channels
570 discord-bot-channels-to-mention: #lldb
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1701 // Batch and number of channels are identical for pooling layer. in inferReturnTypeComponents()
1742 // Weight shapes describes the filter width/height and the output channels. in inferReturnTypeComponents()
1750 // Bias shape can describe the output channels. in inferReturnTypeComponents()
1811 // Weight shapes describes the filter width/height and the output channels. in inferReturnTypeComponents()
1820 // Bias shape can describe the output channels. in inferReturnTypeComponents()
1907 // Weight shapes describes the filter width/height and the output channels. in verify()
1919 // the output channels. in verify()
1925 // Bias shape can describe the output channels. in parse()
1986 // Weight shapes describes the filter width/height and the output channels. in print()
1996 // Bias shape can describe the output channels
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DLog.h193 // Static accessors for logging channels
214 /// Returns the list of log channels.
/llvm-project/llvm/test/CodeGen/X86/
H A D2008-07-07-DanglingDeadInsts.ll9 define i32 @res_init(ptr %state, i32 %channels, i32 %outfreq, i32 %infreq, i32 %op1, ...) nounwind …
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp32 return 4 * 128; // XXX - 4 channels. Should these count as vector instead? in getHardwareNumberOfRegisters()
/llvm-project/flang/docs/
H A DGettingInvolved.md44 - There are a number of topic-oriented channels available (e.g., #driver, #f18-semantics, #fir).
/llvm-project/third-party/benchmark/
H A DREADME.md42 IRC channels:
/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py106 return any(("gdb-remote" in channel) for channel in lldbtest_config.channels)
166 if len(lldbtest_config.channels) == 0:
179 "--log-channels={}".format(":".join(lldbtest_config.channels))

123