HomeSort by relevance Sort by last modified time
    Searched refs:getMemoryOpCost (Results 1 - 16 of 16) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 353 int PPCTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
360 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
422 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace);
PPCTargetTransformInfo.h 86 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 118 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
AArch64TargetTransformInfo.cpp 466 int AArch64TTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src,
523 Cost += getMemoryOpCost(Instruction::Store, I, 128, 0) +
524 getMemoryOpCost(Instruction::Load, I, 128, 0);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 125 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
ARMTargetTransformInfo.cpp 483 int ARMTTIImpl::getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 75 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 429 return TTI->getMemoryOpCost(I->getOpcode(), ValTy,
435 return TTI->getMemoryOpCost(I->getOpcode(), I->getType(),
TargetTransformInfo.cpp 324 int TargetTransformInfo::getMemoryOpCost(unsigned Opcode, Type *Src,
327 int Cost = TTIImpl->getMemoryOpCost(Opcode, Src, Alignment, AddressSpace);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 521 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
TargetTransformInfoImpl.h 323 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 525 unsigned getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
571 unsigned Cost = static_cast<T *>(this)->getMemoryOpCost(
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]

Completed in 203 milliseconds