Home
last modified time | relevance | path

Searched refs:coro_noop (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp178 case Intrinsic::coro_noop: in lowerEarlyIntrinsics()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp198 case Intrinsic::coro_noop: in lowerEarlyIntrinsics()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
H A DIntrinsicEnums.inc36 coro_noop, // llvm.coro.noop
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/
H A DIntrinsicEnums.inc49 coro_noop, // llvm.coro.noop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIntrinsicEnums.inc55 coro_noop, // llvm.coro.noop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIntrinsicEnums.inc55 coro_noop, // llvm.coro.noop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIntrinsicEnums.inc57 coro_noop, // llvm.coro.noop
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIntrinsicEnums.inc56 coro_noop, // llvm.coro.noop
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2254 async def coro_noop(): function
2258 task = asyncio.create_task(coro_noop(), name='No-op')