HomeSort by: relevance | last modified time | path
    Searched refs:shouldExpandReduction (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp 105 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const {
RISCVTargetTransformInfo.h 56 bool shouldExpandReduction(const IntrinsicInst *II) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExpandReductions.cpp 99 if (TTI->shouldExpandReduction(II))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 287 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 207 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1367 bool shouldExpandReduction(const IntrinsicInst *II) const;
1720 virtual bool shouldExpandReduction(const IntrinsicInst *II) const = 0;
2279 bool shouldExpandReduction(const IntrinsicInst *II) const override {
2280 return Impl.shouldExpandReduction(II);
TargetTransformInfoImpl.h 745 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 1034 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const {
1035 return TTIImpl->shouldExpandReduction(II);

Completed in 36 milliseconds