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

References

lib/Target/X86/X86InstrInfo.cpp
 6861   assert(Domain>0 && Domain<4 && "Invalid execution domain");
 6861   assert(Domain>0 && Domain<4 && "Invalid execution domain");
 6866   if (setExecutionDomainCustom(MI, Domain))
 6871     assert((Subtarget.hasAVX2() || Domain < 3) &&
 6877     assert((!table || Domain < 3) &&
 6889     if (table && Domain == 3 && table[3] == MI.getOpcode())
 6890       Domain = 4;
 6893     assert((Subtarget.hasDQI() || Domain >= 3) && "Requires AVX-512DQ");
 6897     if (table && Domain == 3 && (dom == 1 || table[3] == MI.getOpcode()))
 6898       Domain = 4;
 6901     assert((Subtarget.hasDQI() || Domain >= 3) && "Requires AVX-512DQ");
 6903     if (table && Domain == 3 && (dom == 1 || table[3] == MI.getOpcode()))
 6904       Domain = 4;
 6907   MI.setDesc(get(table[Domain - 1]));