Searched refs:getInterleavedMemoryOpCost (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h130 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
H A DAArch64TargetTransformInfo.cpp495 int AArch64TTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, function in class:AArch64TTIImpl
513 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h128 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
H A DARMTargetTransformInfo.cpp496 int ARMTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, function in class:ARMTTIImpl
517 return BaseT::getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h88 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
H A DPPCTargetTransformInfo.cpp410 int PPCTTIImpl::getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, function in class:PPCTTIImpl
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp350 int TargetTransformInfo::getInterleavedMemoryOpCost( function in class:TargetTransformInfo
353 int Cost = TTIImpl->getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h546 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
716 virtual int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy,
937 int getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor,
940 return Impl.getInterleavedMemoryOpCost(Opcode, VecTy, Factor, Indices,
H A DTargetTransformInfoImpl.h339 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h556 unsigned getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, function in class:llvm::BasicTTIImplBase
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5969 unsigned Cost = TTI.getInterleavedMemoryOpCost(

Completed in 3063 milliseconds