Return the cost of a memory intrinsic described by MICA.
Declared in <llvm/CodeGen/BasicTTIImpl.h>
InstructionCost
getMemIntrinsicInstrCost(
MemIntrinsicCostAttributes const& MICA,
TTI::TargetCostKind CostKind) const override;
Used when an IntrinsicInst is not materialized.
The cost of a memory intrinsic described by MICA.
| Name | Description |
|---|---|
| MICA | Attributes describing the memory intrinsic. |
| CostKind | Kind of cost to compute. |