Home | History | Annotate | Download | only in TableGen

Lines Matching refs:OpcodeInfo

298   /// OpcodeInfo - This encodes the index of the string to use for the first
302 std::vector<uint64_t> OpcodeInfo;
343 OpcodeInfo.push_back(Idx+1);
379 OpcodeInfo[i] |= (uint64_t)InstIdxs[i] << (64-BitsLeft);
404 O << " " << (OpcodeInfo[i] & 0xffffffff) << "U,\t// "
418 O << " " << (OpcodeInfo[i] >> 32) << "U,\t// "