Searched refs:coro_suspend (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 130 LLVMValueRef coro_suspend = lp_build_intrinsic(gallivm->builder, in lp_build_coro_suspend() local 134 return coro_suspend; in lp_build_coro_suspend() 208 LLVMValueRef coro_suspend = lp_build_coro_suspend(gallivm, final_suspend); in lp_build_coro_suspend_switch() local 209 LLVMValueRef myswitch = LLVMBuildSwitch(gallivm->builder, coro_suspend, in lp_build_coro_suspend_switch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroEarly.cpp | 166 case Intrinsic::coro_suspend: in lowerEarlyIntrinsics()
|
D | CoroInstr.h | 283 return I->getIntrinsicID() == Intrinsic::coro_suspend; in classof()
|
D | Coroutines.cpp | 260 case Intrinsic::coro_suspend: in buildFrom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 174 case Intrinsic::coro_suspend: in getIntrinsicCost()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3989 …auto coro_suspend = ::llvm::Intrinsic::getDeclaration(jit->module.get(), ::llvm::Intrinsic::coro_s… in promoteFunctionToCoroutine() local 4111 auto action = jit->builder->CreateCall(coro_suspend, { in promoteFunctionToCoroutine() 4188 …auto coro_suspend = ::llvm::Intrinsic::getDeclaration(jit->module.get(), ::llvm::Intrinsic::coro_s… in yield() local 4195 auto action = jit->builder->CreateCall(coro_suspend, { in yield()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 47 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 45 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 54 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 54 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 54 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 54 coro_suspend, // llvm.coro.suspend
|