Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/Analysis/TargetTransformInfoImpl.h
Context not available. | |||||
case Intrinsic::var_annotation: | case Intrinsic::var_annotation: | ||||
case Intrinsic::experimental_gc_result: | case Intrinsic::experimental_gc_result: | ||||
case Intrinsic::experimental_gc_relocate: | case Intrinsic::experimental_gc_relocate: | ||||
case Intrinsic::coro_alloc: | |||||
case Intrinsic::coro_begin: | |||||
case Intrinsic::coro_free: | |||||
case Intrinsic::coro_end: | |||||
case Intrinsic::coro_frame: | |||||
case Intrinsic::coro_size: | |||||
case Intrinsic::coro_suspend: | |||||
case Intrinsic::coro_param: | |||||
case Intrinsic::coro_subfn_addr: | |||||
// These intrinsics don't actually represent code after lowering. | // These intrinsics don't actually represent code after lowering. | ||||
return TTI::TCC_Free; | return TTI::TCC_Free; | ||||
} | } | ||||
Context not available. |