Home
last modified time | relevance | path

Searched refs:coro_end (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 DCoroEarly.cpp172 case Intrinsic::coro_end: in lowerEarlyIntrinsics()
H A DCoroInstr.h452 return I->getIntrinsicID() == Intrinsic::coro_end; in classof()
H A DCoroutines.cpp308 case Intrinsic::coro_end: in buildFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h838 case Intrinsic::coro_end: in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4158 auto coro_end = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_end); in promoteFunctionToCoroutine() local
4280 jit->builder->CreateCall(coro_end, { jit->coroutine.handle, llvm::ConstantInt::get(i1Ty, 0) }); in promoteFunctionToCoroutine()

Completed in 13 milliseconds