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-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 363 return I->getIntrinsicID() == Intrinsic::coro_suspend || in classof() 390 return I->getIntrinsicID() == Intrinsic::coro_suspend; in classof()
|
D | CoroEarly.cpp | 166 case Intrinsic::coro_suspend: in lowerEarlyIntrinsics()
|
D | Coroutines.cpp | 278 case Intrinsic::coro_suspend: { in buildFrom()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 44 coro_suspend, // llvm.coro.suspend
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 841 case Intrinsic::coro_suspend: in getIntrinsicCost()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3875 …auto coro_suspend = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_suspe… in promoteFunctionToCoroutine() local 3997 auto action = jit->builder->CreateCall(coro_suspend, { in promoteFunctionToCoroutine() 4079 …auto coro_suspend = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_suspe… in yield() local 4086 auto action = jit->builder->CreateCall(coro_suspend, { in yield()
|
/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/Fuchsia/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/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
|