Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp142 void setStore() { Access = AccessTy::Store; } in setStore() function in __anone3adc0e60111::MOVEMState
227 IsStore ? State.setStore() : State.setLoad(); in ProcessMI()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp108 NewState.setStore(newStore); in removeDeadBindingsFromEnvironmentAndStore()
436 NewSt.setStore(store); in makeWithStore()
446 void ProgramState::setStore(const StoreRef &newStore) { in setStore() function in ProgramState
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h85 void setStore(bool f = true) { Store = f; }
H A DHexagonShuffler.cpp125 setStore(false); in HexagonCVIResource()
132 setStore(HexagonMCInstrInfo::getDesc(MCII, *id).mayStore()); in HexagonCVIResource()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h131 void setStore(const StoreRef &storeRef);