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/ |
D | LoopVectorizationLegality.h | 202 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
|
D | LoopVectorize.h | 142 std::function<const LoopAccessInfo &(Loop &)> *GetLAA; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDistribute.cpp | 666 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/ |
D | LoopVectorizationLegality.cpp | 840 LAI = &(*GetLAA)(*TheLoop); in canVectorizeMemory()
|
D | LoopVectorize.cpp | 1625 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()
|