Lines Matching defs:getMemoryOpCost
4797 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
4798 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0,
4803 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
4804 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0,
4806 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, CostKind);
5186 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
5209 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
5221 Cost += getMemoryOpCost(Instruction::Load, Src, DL.getABITypeAlign(Src),
5251 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
5262 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
5366 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace, CostKind);
5385 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(),
6185 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(),
6583 MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, MaybeAlign(Alignment),
6767 InstructionCost MemOpCosts = getMemoryOpCost(