Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp105 enum InfixCalculatorTok { enum in __anonfb2428c60111::X86AsmParser
133 typedef std::pair< InfixCalculatorTok, int64_t > ICToken;
134 SmallVector<InfixCalculatorTok, 4> InfixOperatorStack;
137 bool isUnaryOperator(const InfixCalculatorTok Op) { in isUnaryOperator()
149 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand()
156 void pushOperator(InfixCalculatorTok Op) { in pushOperator()
167 InfixCalculatorTok StackOp = InfixOperatorStack[Idx]; in pushOperator()
209 InfixCalculatorTok StackOp = InfixOperatorStack.pop_back_val(); in execute()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp71 enum InfixCalculatorTok { enum in __anon720aab8e0111::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()