Home
last modified time | relevance | path

Searched refs:PrevState (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp263 IntelExprState State, PrevState; member in __anonf33d2cb70111::X86AsmParser::IntelExprStateMachine
274 State(IES_PLUS), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), TmpReg(0), in IntelExprStateMachine()
308 PrevState = CurrState; in onOr()
323 PrevState = CurrState; in onXor()
338 PrevState = CurrState; in onAnd()
353 PrevState = CurrState; in onLShift()
368 PrevState = CurrState; in onRShift()
381 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus()
394 PrevState = CurrState; in onPlus()
418 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onMinus()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp39 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument
53 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState()
62 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
DExprEngine.cpp1621 ProgramStateRef PrevState = PredI->getState(); in processBranch() local
1622 SVal X = PrevState->getSVal(Condition, PredI->getLocationContext()); in processBranch()
1633 PrevState, Condition, in processBranch()
1646 builder.generateNode(PrevState, true, PredI); in processBranch()
1647 builder.generateNode(PrevState, false, PredI); in processBranch()
1654 std::tie(StTrue, StFalse) = PrevState->assume(V); in processBranch()
DBugReporterVisitors.cpp1226 ProgramStateRef PrevState = Prev->getState(); in VisitNodeImpl() local
1232 PrevState->getGDM().getRoot()) in VisitNodeImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp336 IntelExprState State, PrevState; member in __anon3ca5b30f0111::X86AsmParser::IntelExprStateMachine
348 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), in IntelExprStateMachine()
380 PrevState = CurrState; in onOr()
395 PrevState = CurrState; in onXor()
410 PrevState = CurrState; in onAnd()
425 PrevState = CurrState; in onLShift()
440 PrevState = CurrState; in onRShift()
453 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus()
469 PrevState = CurrState; in onPlus()
500 else if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onMinus()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h29 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp737 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local
739 << " PrevState=" << PrevState << '\n'); in addStateStores()
747 if (State != PrevState) in addStateStores()
749 PrevState = State; in addStateStores()
755 if (EndState->second != PrevState) in addStateStores()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinEHState.cpp745 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local
747 << " PrevState=" << PrevState << '\n'); in addStateStores()
755 if (State != PrevState) in addStateStores()
757 PrevState = State; in addStateStores()
763 if (EndState->second != PrevState) in addStateStores()