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

1 2 3

  /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,
  /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,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 605 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 642 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 642 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 605 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 642 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 642 int getMemoryOpCost(unsigned Opcode, Type *Src, unsigned Alignment,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h     [all...]

Completed in 815 milliseconds

1 2 3