Lines Matching defs:getMemoryOpCost
343 return 2 + getMemoryOpCost(Instruction::Load, Ty, DL.getABITypeAlign(Ty),
819 return getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind);
847 getMemoryOpCost(Opcode, VTy, Alignment, AddressSpace, CostKind);
856 getMemoryOpCost(Opcode, VTy->getElementType(), Alignment, 0,
871 getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace, CostKind);
937 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
960 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
977 Cost += getMemoryOpCost(Instruction::Store, Ty, A, 0, CostKind) +
978 getMemoryOpCost(Instruction::Load, Ty, A, 0, CostKind);
1840 InstructionCost RISCVTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
1849 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
1873 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
2082 getMemoryOpCost(Instruction::Load, ElemTy, Align, 0, CostKind);
2084 getMemoryOpCost(Instruction::Store, ElemTy, Align, 0, CostKind);
2162 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
2163 getMemoryOpCost(Instruction::Load, ScalarType, SclAlign, 0,
2169 return getMemoryOpCost(Instruction::Store, Val, VecAlign, 0, CostKind) +
2170 getMemoryOpCost(Instruction::Load, Val, VecAlign, 0, CostKind) +
2171 getMemoryOpCost(Instruction::Store, ScalarType, SclAlign, 0,