Searched defs:getMemoryOpCost (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp459 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, function in class:ARMTTIImpl
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp333 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, function in class:PPCTTIImpl
340 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
402 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp411 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, function in class:AArch64TTIImpl
468 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) +
469 getMemoryOpCost(Instruction::Load, I, 128, 0);
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp266 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src, function in class:TargetTransformInfo
269 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp951 int X86TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, function in class:X86TTIImpl
970 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment,
1000 return getMemoryOpCost(Opcode, SrcTy, Alignment, AddressSpace);
1018 NumElem * BaseT::getMemoryOpCost(Opcode, SrcVTy->getScalarType(),
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h297 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h481 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment, function in class:llvm::BasicTTIImplBase
527 unsigned Cost = static_cast<T *>(this)->getMemoryOpCost(

Completed in 116 milliseconds