Searched refs:coro_free (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 152 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroCleanup.cpp | 69 case Intrinsic::coro_free: in lowerRemainingCoroIntrinsics()
|
D | CoroEarly.cpp | 163 case Intrinsic::coro_free: in lowerEarlyIntrinsics()
|
D | CoroInstr.h | 297 return I->getIntrinsicID() == Intrinsic::coro_free; in classof()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 32 coro_free, // llvm.coro.free
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 837 case Intrinsic::coro_free: in getIntrinsicCost()
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 3871 auto coro_free = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::coro_free); in promoteFunctionToCoroutine() local 4007 auto memory = jit->builder->CreateCall(coro_free, { jit->coroutine.id, jit->coroutine.handle }); in promoteFunctionToCoroutine()
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 46 coro_free, // llvm.coro.free
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 46 coro_free, // llvm.coro.free
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 46 coro_free, // llvm.coro.free
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 37 coro_free, // llvm.coro.free
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 46 coro_free, // llvm.coro.free
|