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

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 169 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
284 /// \brief Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 170 bool isHighCostExpansion(const SCEV *Expr, Loop *L,
306 /// Recursive helper function for isHighCostExpansion.
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 474 Expander.isHighCostExpansion(TripCountSC, L, PreHeaderBR))
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 736 static bool isHighCostExpansion(const SCEV *S,
745 return isHighCostExpansion(cast<SCEVTruncateExpr>(S)->getOperand(),
748 return isHighCostExpansion(cast<SCEVZeroExtendExpr>(S)->getOperand(),
751 return isHighCostExpansion(cast<SCEVSignExtendExpr>(S)->getOperand(),
760 if (isHighCostExpansion(S, Processed, SE))
770 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
    [all...]
IndVarSimplify.cpp 606 bool HighCost = Rewriter.isHighCostExpansion(ExitValue, L, Inst);
    [all...]

Completed in 802 milliseconds