Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp333 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in PPCTTIImpl
340 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
402 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace); in getInterleavedMemoryOpCost()
DPPCTargetTransformInfo.h84 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h454 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
612 virtual int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
786 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
788 return Impl.getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
DTargetTransformInfoImpl.h297 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h116 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
DARMTargetTransformInfo.cpp459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in ARMTTIImpl
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h75 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
DX86TargetTransformInfo.cpp951 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in X86TTIImpl
970 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, in getMemoryOpCost()
1000 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace); in getMaskedMemoryOpCost()
1018 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(), in getMaskedMemoryOpCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h115 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
DAArch64TargetTransformInfo.cpp411 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in AArch64TTIImpl
468 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) + in getCostOfKeepingLiveOverCall()
469 getMemoryOpCost(Instruction::Load, I, 128, 0); in getCostOfKeepingLiveOverCall()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp266 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo
269 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
DCostModel.cpp429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionCost()
435 return TTI->getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h481 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
527 unsigned Cost = static_cast<T *>(this)->getMemoryOpCost( in getInterleavedMemoryOpCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1621 TTI->getMemoryOpCost(Instruction::Load, ScalarTy, 1, 0); in getEntryCost()
1622 int VecLdCost = TTI->getMemoryOpCost(Instruction::Load, VecTy, 1, 0); in getEntryCost()
1628 TTI->getMemoryOpCost(Instruction::Store, ScalarTy, 1, 0); in getEntryCost()
1629 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, VecTy, 1, 0); in getEntryCost()
DBBVectorize.cpp1010 unsigned ICost = TTI->getMemoryOpCost(I->getOpcode(), aTypeI, in areInstsCompatible()
1012 unsigned JCost = TTI->getMemoryOpCost(J->getOpcode(), aTypeJ, in areInstsCompatible()
1014 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType, in areInstsCompatible()
DLoopVectorize.cpp5440 TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getInstructionCost()
5507 Cost += VF * TTI.getMemoryOpCost(I->getOpcode(), ValTy->getScalarType(), in getInstructionCost()
5518 Cost += TTI.getMemoryOpCost(I->getOpcode(), VectorTy, Alignment, AS); in getInstructionCost()