Home
last modified time | relevance | path

Searched refs:PostfixStack (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp90 SmallVector<ICToken, 4> PostfixStack; member in __anon720aab8e0111::X86AsmParser::InfixCalculator
94 assert (!PostfixStack.empty() && "Poped an empty stack!"); in popOperand()
95 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
103 PostfixStack.push_back(std::make_pair(Op, Val)); in pushOperand()
150 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator()
162 PostfixStack.push_back(std::make_pair(StackOp, 0)); in execute()
165 if (PostfixStack.empty()) in execute()
169 for (unsigned i = 0, e = PostfixStack.size(); i != e; ++i) { in execute()
170 ICToken Op = PostfixStack[i]; in execute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp135 SmallVector<ICToken, 4> PostfixStack; member in __anonfb2428c60111::X86AsmParser::InfixCalculator
143 assert (!PostfixStack.empty() && "Poped an empty stack!"); in popOperand()
144 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
152 PostfixStack.push_back(std::make_pair(Op, Val)); in pushOperand()
199 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator()
211 PostfixStack.push_back(std::make_pair(StackOp, 0)); in execute()
214 if (PostfixStack.empty()) in execute()
218 for (unsigned i = 0, e = PostfixStack.size(); i != e; ++i) { in execute()
219 ICToken Op = PostfixStack[i]; in execute()