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

References

gen/lib/Target/Lanai/LanaiGenAsmMatcher.inc
 1047   if (Operands.size() > 8) {
 1056   StringRef Mnemonic = ((LanaiOperand&)*Operands[0]).getToken();
 1098       if (ActualIdx < Operands.size())
 1100                         Operands[ActualIdx]->print(dbgs()); dbgs() << "): ");
 1103       if (ActualIdx >= Operands.size()) {
 1109       MCParsedAsmOperand &Actual = *Operands[ActualIdx];
 1184     if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) {
 1196       convertToMapAndConstraints(it->ConvertFn, Operands);
 1197       if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))
 1205     convertToMCInst(it->ConvertFn, Inst, it->Opcode, Operands);
 1219     if (!checkAsmTiedOperandConstraints(*this, it->ConvertFn, Operands, ErrorInfo))