/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 333 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()
|
D | PPCTargetTransformInfo.h | 84 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 454 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()
|
D | TargetTransformInfoImpl.h | 297 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.h | 116 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | ARMTargetTransformInfo.cpp | 459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, in getMemoryOpCost() function in ARMTTIImpl
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 75 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | X86TargetTransformInfo.cpp | 951 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/ |
D | AArch64TargetTransformInfo.h | 115 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
|
D | AArch64TargetTransformInfo.cpp | 411 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/ |
D | TargetTransformInfo.cpp | 266 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, in getMemoryOpCost() function in TargetTransformInfo 269 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost()
|
D | CostModel.cpp | 429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy, in getInstructionCost() 435 return TTI->getMemoryOpCost(I->getOpcode(), I->getType(), in getInstructionCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 481 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/ |
D | SLPVectorizer.cpp | 1621 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()
|
D | BBVectorize.cpp | 1010 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()
|
D | LoopVectorize.cpp | 5440 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()
|