Home
last modified time | relevance | path

Searched refs:setStore (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp142 void setStore() { Access = AccessTy::Store; } in setStore() function in __anond2face1f0111::MOVEMState
227 IsStore ? State.setStore() : State.setLoad(); in ProcessMI()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp107 NewState.setStore(newStore); in removeDeadBindingsFromEnvironmentAndStore()
437 NewSt.setStore(store); in makeWithStore()
447 void ProgramState::setStore(const StoreRef &newStore) { in setStore() function in ProgramState
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h84 void setStore(bool f = true) { Store = f; }
H A DHexagonShuffler.cpp124 setStore(false); in HexagonCVIResource()
131 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h130 void setStore(const StoreRef &storeRef);