Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp263 IntelExprState State, PrevState; member in __anond14900950111::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/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopWidening.cpp44 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState, in getWidenedLoopState() argument
59 MemRegionManager &MRMgr = PrevState->getStateManager().getRegionManager(); in getWidenedLoopState()
95 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt), in getWidenedLoopState()
DExprEngine.cpp2249 ProgramStateRef PrevState = PredN->getState(); in processBranch() local
2256 builder.generateNode(PrevState, true, PredN); in processBranch()
2257 builder.generateNode(PrevState, false, PredN); in processBranch()
DBugReporterVisitors.cpp2252 ProgramStateRef PrevState = N->getFirstPred()->getState(); in VisitTrueTest() local
2260 !BRC.getStateManager().haveEqualConstraints(CurrentState, PrevState) || in VisitTrueTest()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h28 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DLoopWidening.h29 ProgramStateRef getWidenedLoopState(ProgramStateRef PrevState,
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp425 IntelExprState State, PrevState; member in __anona5c84dc30111::X86AsmParser::IntelExprStateMachine
450 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), in IntelExprStateMachine()
488 PrevState = CurrState; in onOr()
503 PrevState = CurrState; in onXor()
518 PrevState = CurrState; in onAnd()
533 PrevState = CurrState; in onEq()
548 PrevState = CurrState; in onNE()
563 PrevState = CurrState; in onLT()
578 PrevState = CurrState; in onLE()
593 PrevState = CurrState; in onGT()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp344 IntelExprState State, PrevState; member in __anon7e5fbfb70111::X86AsmParser::IntelExprStateMachine
368 : State(IES_INIT), PrevState(IES_ERROR), BaseReg(0), IndexReg(0), in IntelExprStateMachine()
402 PrevState = CurrState; in onOr()
417 PrevState = CurrState; in onXor()
432 PrevState = CurrState; in onAnd()
447 PrevState = CurrState; in onLShift()
462 PrevState = CurrState; in onRShift()
476 if (CurrState == IES_REGISTER && PrevState != IES_MULTIPLY) { in onPlus()
492 PrevState = CurrState; in onPlus()
525 else if (PrevState == IES_REGISTER && CurrState == IES_MULTIPLY) { in onMinus()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp730 int PrevState = getPredState(FinalStates, F, ParentBaseState, BB); in addStateStores() local
732 << " PrevState=" << PrevState << '\n'); in addStateStores()
740 if (State != PrevState) in addStateStores()
742 PrevState = State; in addStateStores()
748 if (EndState->second != PrevState) in addStateStores()
/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-10.0/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/llvm-project/clang/include/clang/Serialization/
DASTReader.h1191 bool PrevState; variable
1195 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1202 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()