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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandReductions.cpp 120 if (!TTI->shouldExpandReduction(II))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 163 bool shouldExpandReduction(const IntrinsicInst *II) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 568 bool shouldExpandReduction(const IntrinsicInst *II) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 625 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const {
626 return TTIImpl->shouldExpandReduction(II);
    [all...]

Completed in 1673 milliseconds