Home
last modified time | relevance | path

Searched defs:LoopNest (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp43 TEST(LoopNest, ExprSimple01) { in TEST() argument
55 TEST(LoopNest, ExprLower01) { in TEST() argument
68 TEST(LoopNest, ExprSimple02) { in TEST() argument
161 TEST(LoopNest, ExprSliceHeadWithLoopOptions) { in TEST() argument
184 TEST(LoopNest, ExprSliceTailWithLoopOptions) { in TEST() argument
214 TEST(LoopNest, ExprSliceHeadWhenFactorEqualsSize) { in TEST() argument
236 TEST(LoopNest, ExprSliceHeadWhenFactorLargerThanSize) { in TEST() argument
256 TEST(LoopNest, ExprSliceHead) { in TEST() argument
278 TEST(LoopNest, ExprSliceHeadWithNonZeroStart) { in TEST() argument
302 TEST(LoopNest, ExprSliceTailWhenFactorEqualsSize) { in TEST() argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DLoopFlatten.h21 class LoopNest; variable
DLoopInterchange.h18 class LoopNest; variable
DLoopUnrollAndJamPass.h17 class LoopNest; variable
DLICM.h43 class LoopNest; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DLoopFlatten.h21 class LoopNest; variable
DLoopInterchange.h18 class LoopNest; variable
DLoopUnrollAndJamPass.h17 class LoopNest; variable
DLICM.h43 class LoopNest; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DLoopFlatten.h21 class LoopNest; variable
H A DLoopInterchange.h18 class LoopNest; variable
H A DLoopUnrollAndJamPass.h17 class LoopNest; variable
H A DLICM.h43 class LoopNest; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DLoopFlatten.h21 class LoopNest; variable
DLoopInterchange.h18 class LoopNest; variable
DLoopUnrollAndJamPass.h17 class LoopNest; variable
DLICM.h43 class LoopNest; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DLoopFlatten.h21 class LoopNest; variable
DLoopInterchange.h18 class LoopNest; variable
DLoopUnrollAndJamPass.h17 class LoopNest; variable
DLICM.h43 class LoopNest; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp802 const Loop *LoopNest, in collectCommonLoops()
887 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript()
913 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript()
920 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp877 const Loop *LoopNest, in collectCommonLoops()
962 bool DependenceInfo::checkSubscript(const SCEV *Expr, const Loop *LoopNest, in checkSubscript()
1000 bool DependenceInfo::checkSrcSubscript(const SCEV *Src, const Loop *LoopNest, in checkSrcSubscript()
1007 bool DependenceInfo::checkDstSubscript(const SCEV *Dst, const Loop *LoopNest, in checkDstSubscript()
H A DLoopNestAnalysis.cpp42 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest() function in LoopNest
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp35 LoopNest::LoopNest(const LoopNest& other) in LoopNest() function in torch::jit::tensorexpr::LoopNest
42 LoopNest::LoopNest(StmtPtr stmt, std::unordered_set<BufPtr> output_bufs) in LoopNest() function in torch::jit::tensorexpr::LoopNest
48 LoopNest::LoopNest( in LoopNest() function in torch::jit::tensorexpr::LoopNest
56 LoopNest::LoopNest(const std::vector<Tensor>& output_tensors) { in LoopNest() function in torch::jit::tensorexpr::LoopNest

12