Lines Matching refs:getMemoryOpCost
3324 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3326 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0, in getVectorInstrCost()
3331 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, in getVectorInstrCost()
3333 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0, in getVectorInstrCost()
3335 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, in getVectorInstrCost()
3508 InstructionCost X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in X86TTIImpl
3530 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
3566 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
3577 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, in getMemoryOpCost()
3672 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace, CostKind); in getMaskedMemoryOpCost()
3691 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
4575 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSVectorCost()
4611 VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSScalarCost()
4951 InstructionCost MemOpCosts = getMemoryOpCost( in getInterleavedMemoryOpCostAVX2()
5047 InstructionCost MemOpCost = getMemoryOpCost( in getInterleavedMemoryOpCostAVX512()