OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLAA
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h
253
Function *F, std::function<const LoopAccessInfo &(Loop &)> *
GetLAA
,
258
GetLAA
(
GetLAA
), ORE(ORE), Requirements(R), Hints(H), DB(DB), AC(AC),
489
std::function<const LoopAccessInfo &(Loop &)> *
GetLAA
;
LoopVectorize.h
151
std::function<const LoopAccessInfo &(Loop &)> *
GetLAA
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopVersioning.cpp
260
bool runImpl(LoopInfo *LI, function_ref<const LoopAccessInfo &(Loop &)>
GetLAA
,
279
const LoopAccessInfo &LAI =
GetLAA
(*L);
305
auto
GetLAA
= [&](Loop &L) -> const LoopAccessInfo & {
312
return runImpl(LI,
GetLAA
, DT, SE);
362
auto
GetLAA
= [&](Loop &L) -> const LoopAccessInfo & {
368
if (runImpl(&LI,
GetLAA
, &DT, &SE))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp
665
bool processLoop(std::function<const LoopAccessInfo &(Loop &)> &
GetLAA
) {
683
LAI = &
GetLAA
(*L);
975
std::function<const LoopAccessInfo &(Loop &)> &
GetLAA
) {
995
Changed |= LDL.processLoop(
GetLAA
);
1023
std::function<const LoopAccessInfo &(Loop &)>
GetLAA
=
1026
return runImpl(F, LI, DT, SE, ORE,
GetLAA
);
1058
std::function<const LoopAccessInfo &(Loop &)>
GetLAA
=
1065
bool Changed = runImpl(F, &LI, &DT, &SE, &ORE,
GetLAA
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
864
LAI = &(*
GetLAA
)(*TheLoop);
LoopVectorize.cpp
2195
std::function<const LoopAccessInfo &(Loop &)>
GetLAA
=
2199
GetLAA
, *ORE, PSI).MadeAnyChange;
9881
LoopVectorizationLegality LVL(L, PSE, DT, TTI, TLI, AA, F,
GetLAA
, LI, ORE,
10202
GetLAA
= &GetLAA_;
10271
std::function<const LoopAccessInfo &(Loop &)>
GetLAA
=
10281
runImpl(F, SE, LI, TTI, DT, BFI, &TLI, DB, AA, AC,
GetLAA
, ORE, PSI);
Completed in 33 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026