Lines Matching full:hash_combine
1866 HashComponents.push_back(hash_combine(MO.getType(), MO.getReg()));
1869 HashComponents.push_back(hash_combine(MO.getType(), MO.getImm()));
1874 HashComponents.push_back(hash_combine(MO.getType(), MO.getIndex()));
1877 HashComponents.push_back(hash_combine(MO.getType(), MO.getMBB()));
1880 HashComponents.push_back(hash_combine(MO.getType(), MO.getGlobal()));
1883 HashComponents.push_back(hash_combine(MO.getType(),
1887 HashComponents.push_back(hash_combine(MO.getType(), MO.getMCSymbol()));