Home
last modified time | relevance | path

Searched refs:coro_destroy (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp200 case Intrinsic::coro_destroy: in lowerEarlyIntrinsics()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4160 auto coro_destroy = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_destroy); in promoteFunctionToCoroutine() local
4221 jit->builder->CreateCall(coro_destroy, { handle }); in promoteFunctionToCoroutine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DVerifier.cpp4153 F->getIntrinsicID() == Intrinsic::coro_destroy || in visitInstruction()
4159 "statepoint, coro_resume or coro_destroy", in visitInstruction()

Completed in 17 milliseconds