Home
last modified time | relevance | path

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

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