Home
last modified time | relevance | path

Searched refs:getMemoryOpCost (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp153 unsigned HexagonTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in HexagonTTIImpl
157 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
188 return BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
215 return getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace, nullptr); in getInterleavedMemoryOpCost()
H A DHexagonTargetTransformInfo.h116 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp402 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in PPCTTIImpl
409 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
491 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace); in getInterleavedMemoryOpCost()
H A DPPCTargetTransformInfo.h87 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h91 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
H A DSystemZTargetTransformInfo.cpp263 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, 0, 0); in getUnrollingPreferences()
976 int SystemZTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in SystemZTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h134 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
H A DAArch64TargetTransformInfo.cpp620 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Ty, in getMemoryOpCost() function in AArch64TTIImpl
692 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) + in getCostOfKeepingLiveOverCall()
693 getMemoryOpCost(Instruction::Load, I, 128, 0); in getCostOfKeepingLiveOverCall()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp497 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo
503 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
1039 return getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionThroughput()
1045 return getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionThroughput()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h167 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
H A DARMTargetTransformInfo.cpp549 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in ARMTTIImpl
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h78 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
H A DX86TargetTransformInfo.cpp2183 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in X86TTIImpl
2202 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, in getMemoryOpCost()
2232 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace); in getMaskedMemoryOpCost()
2250 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
2775 return GSOverhead + VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSVectorCost()
2805 int MemoryOpCost = VF * getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getGSScalarCost()
3044 getMemoryOpCost(Opcode, SingleMemOpTy, Alignment, AddressSpace); in getInterleavedMemoryOpCostAVX2()
3144 getMemoryOpCost(Opcode, SingleMemOpTy, Alignment, AddressSpace); in getInterleavedMemoryOpCostAVX512()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h810 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
1147 virtual int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
1490 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
1492 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace, I); in getMemoryOpCost()
H A DTargetTransformInfoImpl.h437 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h819 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
871 Cost = static_cast<T *>(this)->getMemoryOpCost(Opcode, VecTy, Alignment,
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5482 TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), Alignment, in getMemInstScalarizationCost()
5519 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS, I); in getConsecutiveMemOpCost()
5535 TTI.getMemoryOpCost(Instruction::Load, ValTy, Alignment, AS) + in getUniformMemOpCost()
5542 TTI.getMemoryOpCost(Instruction::Store, ValTy, Alignment, AS) + in getUniformMemOpCost()
5608 TTI.getMemoryOpCost(I->getOpcode(), ValTy, Alignment, AS, I); in getMemoryInstructionCost()
H A DSLPVectorizer.cpp2312 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, alignment, 0, VL0); in getEntryCost()
2318 TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, VL0); in getEntryCost()
2330 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, alignment, 0, VL0); in getEntryCost()
2336 TTI->getMemoryOpCost(Instruction::Store, VecTy, alignment, 0, VL0); in getEntryCost()