Searched refs:CheckStore (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 444 auto DoesStoreAliasWithPotential = [&](unsigned Idx, GStore &CheckStore) { in processMergeCandidate() argument 450 if (GISelAddressing::instMayAlias(CheckStore, *PotentialAliasOp, *MRI, in processMergeCandidate() 468 auto *CheckStore = C.Stores[StoreIdx]; in processMergeCandidate() local 469 if (DoesStoreAliasWithPotential(StoreIdx, *CheckStore)) in processMergeCandidate() 471 StoresToMerge.emplace_back(CheckStore); in processMergeCandidate()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Interp.h | 78 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr); 355 if (!CheckStore(S, OpPC, Field)) in SetField() 398 if (!CheckStore(S, OpPC, Field)) in SetThisField() 639 if (!CheckStore(S, OpPC, Ptr)) in Store() 649 if (!CheckStore(S, OpPC, Ptr)) in StorePop() 659 if (!CheckStore(S, OpPC, Ptr)) in StoreBitField() 673 if (!CheckStore(S, OpPC, Ptr)) in StoreBitFieldPop()
|
| H A D | Interp.cpp | 301 bool CheckStore(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckStore() function
|