Home
last modified time | relevance | path

Searched refs:GetLAA (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h202 Function *F, std::function<const LoopAccessInfo &(Loop &)> *GetLAA, in LoopVectorizationLegality() argument
207 GetLAA(GetLAA), ORE(ORE), Requirements(R), Hints(H), DB(DB), AC(AC) {} in LoopVectorizationLegality()
408 std::function<const LoopAccessInfo &(Loop &)> *GetLAA; variable
DLoopVectorize.h142 std::function<const LoopAccessInfo &(Loop &)> *GetLAA; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp666 bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in processLoop() argument
682 LAI = &GetLAA(*L); in processLoop()
977 std::function<const LoopAccessInfo &(Loop &)> &GetLAA) { in runImpl() argument
997 Changed |= LDL.processLoop(GetLAA); in runImpl()
1025 std::function<const LoopAccessInfo &(Loop &)> GetLAA = in runOnFunction() local
1028 return runImpl(F, LI, DT, SE, ORE, GetLAA); in runOnFunction()
1060 std::function<const LoopAccessInfo &(Loop &)> GetLAA = in run() local
1066 bool Changed = runImpl(F, &LI, &DT, &SE, &ORE, GetLAA); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp840 LAI = &(*GetLAA)(*TheLoop); in canVectorizeMemory()
DLoopVectorize.cpp1625 std::function<const LoopAccessInfo &(Loop &)> GetLAA = in runOnFunction() local
1629 GetLAA, *ORE, PSI); in runOnFunction()
7643 LoopVectorizationLegality LVL(L, PSE, DT, TTI, TLI, AA, F, GetLAA, LI, ORE, in processLoop()
7908 GetLAA = &GetLAA_; in runImpl()
7977 std::function<const LoopAccessInfo &(Loop &)> GetLAA = in run() local
7987 runImpl(F, SE, LI, TTI, DT, BFI, &TLI, DB, AA, AC, GetLAA, ORE, PSI); in run()