Home
last modified time | relevance | path

Searched refs:coro_begin (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp66 case Intrinsic::coro_begin: in lowerRemainingCoroIntrinsics()
H A DCoroInstr.h94 if (II->getIntrinsicID() == Intrinsic::coro_begin) in getCoroBegin()
317 return I->getIntrinsicID() == Intrinsic::coro_begin; in classof()
H A DCoroutines.cpp290 case Intrinsic::coro_begin: { in buildFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h836 case Intrinsic::coro_begin: in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4156 auto coro_begin = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_begin); in promoteFunctionToCoroutine() local
4276 jit->coroutine.handle = jit->builder->CreateCall(coro_begin, { jit->coroutine.id, frame }); in promoteFunctionToCoroutine()

Completed in 14 milliseconds