Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getOpData

622   std::pair<int, int> &getOpData(StringRef Op) { return OpMap[Op]; }
684 std::tie(OpIndex, PrintIndex) = getOpData(Name);