Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp90 SmallVector<ICToken, 4> PostfixStack; member in __anond14900950111::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-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp142 SmallVector<ICToken, 4> PostfixStack; member in __anon7e5fbfb70111::X86AsmParser::InfixCalculator
150 assert (!PostfixStack.empty() && "Poped an empty stack!"); in popOperand()
151 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
159 PostfixStack.push_back(std::make_pair(Op, Val)); in pushOperand()
206 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator()
218 PostfixStack.push_back(std::make_pair(StackOp, 0)); in execute()
221 if (PostfixStack.empty()) in execute()
225 for (unsigned i = 0, e = PostfixStack.size(); i != e; ++i) { in execute()
226 ICToken Op = PostfixStack[i]; in execute()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp178 SmallVector<ICToken, 4> PostfixStack; member in __anona5c84dc30111::X86AsmParser::InfixCalculator
186 assert (!PostfixStack.empty() && "Poped an empty stack!"); in popOperand()
187 ICToken Op = PostfixStack.pop_back_val(); in popOperand()
195 PostfixStack.push_back(std::make_pair(Op, Val)); in pushOperand()
242 PostfixStack.push_back(std::make_pair(StackOp, 0)); in pushOperator()
254 PostfixStack.push_back(std::make_pair(StackOp, 0)); in execute()
257 if (PostfixStack.empty()) in execute()
261 for (unsigned i = 0, e = PostfixStack.size(); i != e; ++i) { in execute()
262 ICToken Op = PostfixStack[i]; in execute()