Lines Matching defs:getMemoryOpCost
4505 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
4506 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0,
4511 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
4512 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0,
4514 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, CostKind);
4892 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
4915 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
4927 Cost += getMemoryOpCost(Instruction::Load, Src, DL.getABITypeAlign(Src),
4957 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
4968 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
5068 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace, CostKind);
5087 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(),
5882 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(),
6280 MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, MaybeAlign(Alignment),
6464 InstructionCost MemOpCosts = getMemoryOpCost(