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

1 2

  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 88 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm);
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 468 return TTI->getReductionCost(ReduxOpCode, ReduxType, false);
470 return TTI->getReductionCost(ReduxOpCode, ReduxType, true);
TargetTransformInfo.cpp 393 int TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty,
395 int Cost = TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 563 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 364 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 647 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 403 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 684 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 424 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 684 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 424 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 647 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 403 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 684 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 424 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 684 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
    [all...]
TargetTransformInfoImpl.h 424 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]

Completed in 2430 milliseconds

1 2