| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 68 Async, enumerator 158 assert(ABI == coro::ABI::Async); in getAsyncCoroId() 190 case coro::ABI::Async: in getResumeFunctionType() 228 case coro::ABI::Async: in getResumeFunctionCC()
|
| H A D | CoroSplit.cpp | 98 Async, enumerator 128 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner() 131 Shape.ABI == coro::ABI::RetconOnce || Shape.ABI == coro::ABI::Async); in CoroCloner() 146 case Kind::Async: in isSwitchDestroyFunction() 244 case coro::ABI::Async: { in replaceFallthroughCoroEnd() 325 case coro::ABI::Async: in replaceUnwindCoroEnd() 512 auto *FnTy = (Shape.ABI != coro::ABI::Async) in createCloneDeclaration() 531 Shape.ABI == coro::ABI::Async); in replaceRetconOrAsyncSuspendUses() 540 bool IsAsyncABI = Shape.ABI == coro::ABI::Async; in replaceRetconOrAsyncSuspendUses() 590 case coro::ABI::Async: in replaceCoroSuspends() [all …]
|
| H A D | Coroutines.cpp | 320 this->ABI = coro::ABI::Async; in buildFrom() 470 case coro::ABI::Async: in emitAlloc() 492 case coro::ABI::Async: in emitDealloc()
|
| H A D | CoroFrame.cpp | 1157 if (Shape.ABI == coro::ABI::Async) in buildFrameType() 1245 case coro::ABI::Async: { in buildFrameType() 1774 Shape.ABI == coro::ABI::Async) { in insertSpills() 2625 (Shape.ABI != coro::ABI::Async && Shape.ABI != coro::ABI::Retcon && in collectFrameAlloca() 2729 if (Shape.ABI != coro::ABI::Async || !Shape.CoroSuspends.empty()) in buildCoroutineFrame() 2807 if (Shape.ABI != coro::ABI::Async && Shape.ABI != coro::ABI::Retcon && in buildCoroutineFrame() 2882 Shape.ABI == coro::ABI::Async) in buildCoroutineFrame()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDPLog.cpp | 14 {{"async"}, {"log asynchronous activity"}, KDPLog::Async},
|
| H A D | ProcessKDPLog.h | 18 Async = Log::ChannelFlag<0>, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteLog.cpp | 18 {{"async"}, {"log asynchronous activity"}, GDBRLog::Async},
|
| H A D | ProcessGDBRemoteLog.h | 19 Async = Log::ChannelFlag<0>, enumerator
|
| H A D | ProcessGDBRemote.cpp | 270 Log *log = GetLog(GDBRLog::Async); in ProcessGDBRemote()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 124 Async = 2, ///< "Asynchronous" unwind tables (instr precise) enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.cpp | 149 F.getUWTableKind() == UWTableKind::Async && in needsAsyncDwarfUnwindInfo()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | wordprocessors | 96 >8 short 5132 Async gateway login msg
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | TODO | 318 Architectural Change: Async
|
| H A D | ChangeLog-1999 | 2711 interrupt_query. Async cases handled by target_terminal_ours, 2831 (async_interrupt_query): New function. Async case of 4469 * remote.c (remote_async_mourn): New function. Async version of 5567 (remote_async_open_1): New function. Async version of 5569 (remote_async_detach): New function. Async version of 5571 (remote_async_resume): New function. Async version of 5577 (remote_async_wait): New function. Async version of remote_wait. 5578 (remote_async_kill): New function. Async version of remote_kill. 5579 (extended_remote_async_create_inferior): New function. Async 5598 (fetch_inferior_event): New function. Async version of
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 6892 * - mlir/include/mlir/Dialect/Async 6897 * - mlir/include/mlir/Dialect/Async/IR 7682 * - mlir/lib/Dialect/Async/IR 7687 * - mlir/lib/Dialect/Async/Transforms
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 491 // Whether to emit Swift Async function extended frame information: auto,
|
| H A D | BuiltinsNVPTX.def | 927 // Async Copy
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 7647 mlir/include/mlir/Dialect/Async/Passes.h 7648 mlir/include/mlir/Dialect/Async/Transforms.h 7649 mlir/include/mlir/Dialect/Async/IR/Async.h 7650 mlir/include/mlir/Dialect/Async/IR/AsyncTypes.h 7900 mlir/include/mlir-c/Dialect/Async.h 7954 mlir/lib/CAPI/Dialect/Async.cpp 8098 mlir/lib/Dialect/Async/IR/Async.cpp 8099 mlir/lib/Dialect/Async/Transforms/AsyncParallelFor.cpp 8100 mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCounting.cpp 8101 mlir/lib/Dialect/Async/Transforms/AsyncRuntimeRefCountingOpt.cpp [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 950 // OpenCL v1.1 s6.11.10, v1.2 s6.12.10, v2.0 s6.13.10: Async Copies from Global to Local Memory, Lo… 951 // OpenCL Extension v2.0 s5.1.7 and s6.1.7: Async Copies from Global to Local Memory, Local to Glob…
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | eisadevs | 416 product CPQ FB03 Async/Parallel Printer Intf Assy 000990
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 560 // Async Copy and Prefetch builtin records:
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Coroutines.rst | 177 Async Lowering
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 1373 // Async Copy
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2216 Kind = UWTableKind::Async; in parseOptionalUWTableKind()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 308 // Async Copy Functions
|