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

References

lib/Support/Host.cpp
  997   if ((EDX >> 15) & 1)
  999   if ((EDX >> 23) & 1)
 1001   if ((EDX >> 25) & 1)
 1003   if ((EDX >> 26) & 1)
 1030   bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
 1038       MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
 1084   if (HasLeaf7 && ((EDX >> 2) & 1) && HasAVX512Save)
 1086   if (HasLeaf7 && ((EDX >> 3) & 1) && HasAVX512Save)
 1088   if (HasLeaf7 && ((EDX >> 8) & 1) && HasAVX512Save)
 1092       MaxLeaf >= 7 && !getX86CpuIDAndInfoEx(0x7, 0x1, &EAX, &EBX, &ECX, &EDX);
 1097   getX86CpuIDAndInfo(0x80000000, &MaxExtLevel, &EBX, &ECX, &EDX);
 1100                      !getX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
 1108   if (HasExtLeaf1 && ((EDX >> 29) & 1))