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

References

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 8195   for (auto &Op : Operands) {
 8358        static_cast<ARMOperand &>(*Operands[4]) :
 8359        static_cast<ARMOperand &>(*Operands[3]));
 9721     if (static_cast<ARMOperand &>(*Operands[0]).getToken() == "pop" &&
 9739     if (static_cast<ARMOperand &>(*Operands[0]).getToken() == "push" &&
 9755     if (static_cast<ARMOperand &>(*Operands[0]).getToken() != "add" ||
 9764     if (static_cast<ARMOperand &>(*Operands[0]).getToken() != "sub" ||
 9775     if ((unsigned)Inst.getOperand(3).getImm() < 8 && Operands.size() == 6) {
 9785     if ((unsigned)Inst.getOperand(3).getImm() < 8 && Operands.size() == 6) {
 9886         (static_cast<ARMOperand &>(*Operands[3]).isToken() &&
 9887          static_cast<ARMOperand &>(*Operands[3]).getToken() == "!");