Lines Matching defs:getMemoryOpCost
342 return 2 + getMemoryOpCost(Instruction::Load, Ty, DL.getABITypeAlign(Ty),
619 return getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, CostKind);
647 // because it's getMemoryOpCost returns a really expensive cost for
652 InstructionCost LegalMemCost = getMemoryOpCost(
666 getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace, CostKind);
732 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
755 getMemoryOpCost(Opcode, VTy.getElementType(), Alignment, 0, CostKind,
1378 InstructionCost RISCVTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
1387 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
1394 BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace,
1577 getMemoryOpCost(Instruction::Load, ElemTy, Align, 0, CostKind);
1579 getMemoryOpCost(Instruction::Store, ElemTy, Align, 0, CostKind);