Home
last modified time | relevance | path

Searched refs:StoreInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp446 struct StoreInfo { struct in __anon5a7c6fd40111::AArch64PostLegalizerCombiner
455 bool tryOptimizeConsecStores(SmallVectorImpl<StoreInfo> &Stores,
522 SmallVectorImpl<StoreInfo> &Stores, CSEMIRBuilder &MIB) { in tryOptimizeConsecStores()
596 SmallVector<StoreInfo, 8> Stores; in optimizeConsecutiveMemOpAddressing()
607 auto storeIsValid = [&](StoreInfo &Last, StoreInfo New) { in optimizeConsecutiveMemOpAddressing()
669 StoreInfo New = {St, PtrAdd, Offset.getSExtValue(), StoredValTy}; in optimizeConsecutiveMemOpAddressing()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h127 struct StoreInfo { struct
244 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
337 virtual PathDiagnosticPieceRef handle(StoreInfo SI, BugReporterContext &BRC,
343 PathDiagnosticPieceRef constructNote(StoreInfo SI, BugReporterContext &BRC,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1319 case StoreInfo::Initialization: in showBRDiagnostics()
1322 case StoreInfo::BlockCapture: in showBRDiagnostics()
1366 StoreInfo SI) { in showBRParamDiagnostics()
1770 StoreInfo SI = {StoreInfo::Assignment, // default kind in VisitNode()
1783 SI.StoreKind = StoreInfo::Initialization; in VisitNode()
1785 SI.StoreKind = StoreInfo::BlockCapture; in VisitNode()
1801 SI.StoreKind = StoreInfo::CallArgument; in VisitNode()
2249 case StoreInfo::Initialization: in handle()
2250 case StoreInfo::BlockCapture: in handle()
2253 case StoreInfo::CallArgument: in handle()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp195 class StoreInfo { class
1149 StoreInfo SI; in hoistExpressions()