Home
last modified time | relevance | path

Searched refs:NextLoadStore (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp575 NextLoadStore(nullptr), SchedulingRegionID(0), SchedulingPriority(0), in ScheduleData()
582 NextLoadStore = nullptr; in init()
658 ScheduleData *NextLoadStore; member
812 ScheduleData *NextLoadStore);
2973 ScheduleData *NextLoadStore) { in initScheduleData() argument
2995 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
3002 if (NextLoadStore) { in initScheduleData()
3004 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
3055 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
3093 DepDest = DepDest->NextLoadStore; in calculateDependencies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp839 NextLoadStore = nullptr; in init()
916 ScheduleData *NextLoadStore = nullptr; member
1106 ScheduleData *NextLoadStore);
4015 ScheduleData *NextLoadStore) { in initScheduleData() argument
4033 CurrentLoadStore->NextLoadStore = SD; in initScheduleData()
4040 if (NextLoadStore) { in initScheduleData()
4042 CurrentLoadStore->NextLoadStore = NextLoadStore; in initScheduleData()
4104 ScheduleData *DepDest = BundleMember->NextLoadStore; in calculateDependencies()
4142 DepDest = DepDest->NextLoadStore; in calculateDependencies()