Home
last modified time | relevance | path

Searched refs:MemOpCost (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp653 InstructionCost MemOpCost = in getGatherScatterOpCost() local
657 return NumLoads * MemOpCost; in getGatherScatterOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6202 InstructionCost MemOpCost; in getInterleavedMemoryOpCostAVX512() local
6205 MemOpCost = getMaskedMemoryOpCost(Opcode, SingleMemOpTy, Alignment, in getInterleavedMemoryOpCostAVX512()
6208 MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, MaybeAlign(Alignment), in getInterleavedMemoryOpCostAVX512()
6257 return MaskCost + NumOfMemOps * MemOpCost + Entry->Cost; in getInterleavedMemoryOpCostAVX512()
6294 MaskCost + NumOfUnfoldedLoads * MemOpCost + in getInterleavedMemoryOpCostAVX512()
6317 return MaskCost + NumOfMemOps * MemOpCost + Entry->Cost; in getInterleavedMemoryOpCostAVX512()
6332 NumOfMemOps * (MemOpCost + NumOfShufflesPerStore * ShuffleCost) + in getInterleavedMemoryOpCostAVX512()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3127 InstructionCost MemOpCost = in getGatherScatterOpCost() local
3133 MemOpCost *= getSVEGatherScatterOverhead(Opcode); in getGatherScatterOpCost()
3134 return LT.first * MemOpCost * getMaxNumElements(LegalVF); in getGatherScatterOpCost()