Searched refs:StoreInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PostLegalizerCombiner.cpp | 446 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 D | BugReporterVisitors.h | 127 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 D | BugReporterVisitors.cpp | 1319 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 D | GVNHoist.cpp | 195 class StoreInfo { class 1149 StoreInfo SI; in hoistExpressions()
|