Lines Matching refs:getMemoryOpCost
3687 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3689 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0, in getVectorInstrCost()
3694 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3696 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0, in getVectorInstrCost()
3698 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, in getVectorInstrCost()
4041 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in X86TTIImpl
4063 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
4099 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
4110 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
4205 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace, CostKind); in getMaskedMemoryOpCost()
4224 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
5110 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSVectorCost()
5151 VF * getMemoryOpCost(Opcode, ScalarTy, MaybeAlign(Alignment), in getGSScalarCost()
5550 MemOpCost = getMemoryOpCost(Opcode, SingleMemOpTy, MaybeAlign(Alignment), in getInterleavedMemoryOpCostAVX512()
5732 InstructionCost MemOpCosts = getMemoryOpCost( in getInterleavedMemoryOpCost()