reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
  229           OperandStack.push_back(Op);
  231           assert (OperandStack.size() > 0 && "Too few operands.");
  232           ICToken Operand = OperandStack.pop_back_val();
  240             OperandStack.push_back(std::make_pair(IC_IMM, -Operand.second));
  243             OperandStack.push_back(std::make_pair(IC_IMM, ~Operand.second));
  247           assert (OperandStack.size() > 1 && "Too few operands.");
  249           ICToken Op2 = OperandStack.pop_back_val();
  250           ICToken Op1 = OperandStack.pop_back_val();
  257             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  261             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  267             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  274             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  280             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  286             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  292             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  298             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  304             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  310             OperandStack.push_back(std::make_pair(IC_IMM, Val));
  315       assert (OperandStack.size() == 1 && "Expected a single result.");
  316       return OperandStack.pop_back_val().second;