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

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetTransformInfo.cpp 105 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const {
  /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/
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 40 milliseconds