• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/

Lines Matching refs:Comment

498   static MatchTableRecord Comment(StringRef Comment) {
499 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment);
1039 Table << MatchTable::Comment(getNoPredicateComment())
1216 Table << MatchTable::Opcode("GIM_CheckType") << MatchTable::Comment("MI")
1217 << MatchTable::IntValue(InsnVarID) << MatchTable::Comment("Op")
1218 << MatchTable::IntValue(OpIdx) << MatchTable::Comment("Type")
1252 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1253 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1254 << MatchTable::Comment("SizeInBits")
1284 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1285 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1286 << MatchTable::Comment("Renderer") << MatchTable::IntValue(ID)
1318 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1319 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1320 << MatchTable::Comment("RC")
1338 Table << MatchTable::Opcode("GIM_CheckIsMBB") << MatchTable::Comment("MI")
1339 << MatchTable::IntValue(InsnVarID) << MatchTable::Comment("Op")
1355 Table << MatchTable::Opcode("GIM_CheckIsImm") << MatchTable::Comment("MI")
1356 << MatchTable::IntValue(InsnVarID) << MatchTable::Comment("Op")
1383 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1384 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1412 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1413 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1440 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1441 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1442 << MatchTable::Comment("Predicate")
1470 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1471 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
1531 std::string Comment;
1532 raw_string_ostream CommentOS(Comment);
1538 Table << MatchTable::Comment(CommentOS.str()) << MatchTable::LineBreak;
1680 Table << MatchTable::Opcode("GIM_CheckOpcode") << MatchTable::Comment("MI")
1740 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1741 << MatchTable::Comment("Expected")
1796 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1797 << MatchTable::Comment("Predicate")
1843 Table << MatchTable::Opcode(Opcode) << MatchTable::Comment("MI")
1844 << MatchTable::IntValue(InsnVarID) << MatchTable::Comment("Order")
1873 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1874 << MatchTable::Comment("MMO") << MatchTable::IntValue(MMOIdx)
1875 << MatchTable::Comment("Size") << MatchTable::IntValue(Size)
1904 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1905 << MatchTable::Comment("MMO") << MatchTable::IntValue(MMOIdx)
1907 << MatchTable::Comment("NumAddrSpace")
1910 Table << MatchTable::Comment("AddrSpace") << MatchTable::IntValue(AS);
1943 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1944 << MatchTable::Comment("MMO") << MatchTable::IntValue(MMOIdx)
1945 << MatchTable::Comment("MinAlign") << MatchTable::IntValue(MinAlign)
1989 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
1990 << MatchTable::Comment("MMO") << MatchTable::IntValue(MMOIdx)
1991 << MatchTable::Comment("OpIdx") << MatchTable::IntValue(OpIdx)
2019 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
2020 << MatchTable::Comment("FnId")
2242 << MatchTable::Comment("DefineMI")
2243 << MatchTable::IntValue(NewInsnVarID) << MatchTable::Comment("MI")
2245 << MatchTable::Comment("OpIdx") << MatchTable::IntValue(getOpIdx())
2246 << MatchTable::Comment("MIs[" + llvm::to_string(NewInsnVarID) + "]")
2362 Table << MatchTable::Opcode("GIR_Copy") << MatchTable::Comment("NewInsnID")
2363 << MatchTable::IntValue(NewInsnID) << MatchTable::Comment("OldInsnID")
2364 << MatchTable::IntValue(OldInsnVarID) << MatchTable::Comment("OpIdx")
2366 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2393 Table << MatchTable::Opcode("GIR_Copy") << MatchTable::Comment("NewInsnID")
2394 << MatchTable::IntValue(NewInsnID) << MatchTable::Comment("OldInsnID")
2395 << MatchTable::IntValue(OldInsnVarID) << MatchTable::Comment("OpIdx")
2397 << MatchTable::Comment(PhysReg->getName())
2430 << MatchTable::Comment("NewInsnID") << MatchTable::IntValue(NewInsnID)
2431 << MatchTable::Comment("OldInsnID")
2432 << MatchTable::IntValue(OldInsnVarID) << MatchTable::Comment("OpIdx")
2439 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2468 << MatchTable::Comment("NewInsnID") << MatchTable::IntValue(NewInsnID)
2469 << MatchTable::Comment("OldInsnID")
2471 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2498 << MatchTable::Comment("NewInsnID") << MatchTable::IntValue(NewInsnID)
2499 << MatchTable::Comment("OldInsnID")
2501 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2532 << MatchTable::Comment("NewInsnID") << MatchTable::IntValue(NewInsnID)
2533 << MatchTable::Comment("OldInsnID")
2534 << MatchTable::IntValue(OldInsnVarID) << MatchTable::Comment("OpIdx")
2536 << MatchTable::Comment("SubRegIdx")
2538 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2562 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2568 << MatchTable::Comment("AddRegisterRegFlags");
2601 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2602 << MatchTable::Comment("TempRegID") << MatchTable::IntValue(TempRegID)
2603 << MatchTable::Comment("TempRegFlags");
2627 Table << MatchTable::Opcode("GIR_AddImm") << MatchTable::Comment("InsnID")
2628 << MatchTable::IntValue(InsnID) << MatchTable::Comment("Imm")
2648 Table << MatchTable::Opcode("GIR_AddImm") << MatchTable::Comment("InsnID")
2649 << MatchTable::IntValue(InsnID) << MatchTable::Comment("SubRegIndex")
2689 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2690 << MatchTable::Comment("RendererID")
2693 Table << MatchTable::Comment("SubOperand")
2695 Table << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2720 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2721 << MatchTable::Comment("OldInsnID")
2723 << MatchTable::Comment("Renderer")
2726 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2750 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2751 << MatchTable::Comment("OldInsnID")
2753 << MatchTable::Comment("OpIdx")
2755 << MatchTable::Comment("OperandRenderer")
2758 << MatchTable::Comment(SymbolicName) << MatchTable::LineBreak;
2785 Table << MatchTable::Comment(S) << MatchTable::LineBreak;
2851 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2852 << MatchTable::Comment("RecycleInsnID")
2854 << MatchTable::Comment("Opcode")
2864 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2873 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2884 Table << MatchTable::Opcode("GIR_BuildMI") << MatchTable::Comment("InsnID")
2885 << MatchTable::IntValue(InsnID) << MatchTable::Comment("Opcode")
2893 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2894 << MatchTable::Comment("MergeInsnID's");
2917 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2932 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2951 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
2952 << MatchTable::Comment("Op") << MatchTable::IntValue(OpIdx)
2953 << MatchTable::Comment("RC " + RC.getName())
2973 << MatchTable::Comment("TempRegID") << MatchTable::IntValue(TempRegID)
2974 << MatchTable::Comment("TypeID")
3100 << MatchTable::Comment("On fail goto")
3102 << MatchTable::Comment(("Rule ID " + Twine(RuleID) + " //").str())
3130 << MatchTable::Comment("InsnID") << MatchTable::IntValue(InsnID)
3180 Table << MatchTable::Comment(("GIR_Coverage, " + Twine(RuleID) + ",").str())
3252 << MatchTable::Comment("MI") << MatchTable::IntValue(InsnVarID)
3253 << MatchTable::Comment("OpIdx") << MatchTable::IntValue(OpIdx)
3254 << MatchTable::Comment("OtherMI")
3256 << MatchTable::Comment("OtherOpIdx")
5569 << MatchTable::Comment("On fail goto")
5658 Table << MatchTable::Opcode("GIM_SwitchOpcode") << MatchTable::Comment("MI")
5663 Table << MatchTable::Opcode("GIM_SwitchType") << MatchTable::Comment("MI")
5665 << MatchTable::Comment("Op")
5691 Table << MatchTable::Comment("[") << MatchTable::IntValue(LowerBound)
5692 << MatchTable::IntValue(UpperBound) << MatchTable::Comment(")")
5693 << MatchTable::Comment("default:") << MatchTable::JumpTarget(Default);