Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp71 enum InfixCalculatorTok { enum in __anond14900950111::X86AsmParser
88 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
89 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
100 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand()
107 void pushOperator(InfixCalculatorTok Op) { in pushOperator()
118 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator()
160 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp113 enum InfixCalculatorTok { enum in __anon7e5fbfb70111::X86AsmParser
140 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
141 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
144 bool isUnaryOperator(const InfixCalculatorTok Op) { in isUnaryOperator()
156 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand()
163 void pushOperator(InfixCalculatorTok Op) { in pushOperator()
174 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator()
216 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp136 enum InfixCalculatorTok { enum in __anona5c84dc30111::X86AsmParser
176 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
177 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
180 bool isUnaryOperator(InfixCalculatorTok Op) const { in isUnaryOperator()
192 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand()
199 void pushOperator(InfixCalculatorTok Op) { in pushOperator()
210 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator()
252 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute()