Searched refs:coro_suspend (Results 1 – 18 of 18) 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/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 471 return I->getIntrinsicID() == Intrinsic::coro_suspend || in classof() 499 return I->getIntrinsicID() == Intrinsic::coro_suspend; in classof()
|
D | CoroEarly.cpp | 161 case Intrinsic::coro_suspend: in lowerEarlyIntrinsics()
|
D | Coroutines.cpp | 289 case Intrinsic::coro_suspend: { in buildFrom()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCoroutine.cpp | 213 CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_suspend); in emitSuspendExpression() 730 case llvm::Intrinsic::coro_suspend: in EmitCoroutineIntrinsic()
|
D | CGBuiltin.cpp | 4286 return EmitCoroutineIntrinsic(E, Intrinsic::coro_suspend); in EmitBuiltinExpr()
|
/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 | 4081 …auto coro_suspend = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_suspe… in promoteFunctionToCoroutine() local 4203 auto action = jit->builder->CreateCall(coro_suspend, { in promoteFunctionToCoroutine() 4280 …auto coro_suspend = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_suspe… in yield() local 4287 auto action = jit->builder->CreateCall(coro_suspend, { in yield()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 551 case Intrinsic::coro_suspend: in getIntrinsicInstrCost()
|
/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/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/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 54 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
|