reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7350 return isSubclass(matchTokenString(Operand.getToken()), Kind) ? 15082 StringRef Mnemonic = ((ARMOperand&)*Operands[0]).getToken();lib/Target/ARM/AsmParser/ARMAsmParser.cpp
3863 OS << "'" << getToken() << "'"; 5930 (TyOp.getToken() == ".f32" || TyOp.getToken() == ".f64" || 5930 (TyOp.getToken() == ".f32" || TyOp.getToken() == ".f64" || 5931 TyOp.getToken() == ".f16"); 5933 bool isFconst = Mnemonic.isToken() && (Mnemonic.getToken() == "fconstd" || 5934 Mnemonic.getToken() == "fconsts"); 6624 (static_cast<ARMOperand &>(*Operands[2]).getToken() == ".f32" || 6625 static_cast<ARMOperand &>(*Operands[2]).getToken() == ".f16")) { 6627 (static_cast<ARMOperand &>(*Operands[3]).getToken() == ".f32" || 6628 static_cast<ARMOperand &>(*Operands[3]).getToken() == ".f16")) 7025 if (!(Sz1.isToken() && Sz1.getToken().startswith(".f") && 7026 Sz2.isToken() && Sz2.getToken().startswith(".f"))) { 7189 bool HasWritebackToken = Op.isToken() && Op.getToken() == "!"; 7208 bool HasWritebackToken = Op.isToken() && Op.getToken() == "!"; 7566 static_cast<ARMOperand &>(*Operands[3]).getToken() == "!"); 8197 if (ARMOp.isToken() && ARMOp.getToken() == ".w") { 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" || 9887 static_cast<ARMOperand &>(*Operands[3]).getToken() == "!"); 10482 ((ARMOperand &)*Operands[0]).getToken(), FBS);