Home
last modified time | relevance | path

Searched refs:coro_free (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c152 coro_free(char *ptr) in coro_free() function
164 LLVMAddGlobalMapping(gallivm->engine, gallivm->coro_free_hook, coro_free); in lp_build_coro_add_malloc_hooks()
176 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp69 case Intrinsic::coro_free: in lowerRemainingCoroIntrinsics()
H A DCoroEarly.cpp163 case Intrinsic::coro_free: in lowerEarlyIntrinsics()
H A DCoroInstr.h297 return I->getIntrinsicID() == Intrinsic::coro_free; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h837 case Intrinsic::coro_free: in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4159 auto coro_free = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_free); in promoteFunctionToCoroutine() local
4295 auto memory = jit->builder->CreateCall(coro_free, { jit->coroutine.id, jit->coroutine.handle }); in promoteFunctionToCoroutine()

Completed in 12 milliseconds