HomeSort by: relevance | last modified time | path
    Searched refs:MaxLeaf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Host.h 78 /// MaxLeaf: if a non-nullptr pointer is specified, the EAX value will be
80 VendorSignatures getVendorSignature(unsigned *MaxLeaf = nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Host.cpp 501 VendorSignatures getVendorSignature(unsigned *MaxLeaf) {
503 if (MaxLeaf == nullptr)
504 MaxLeaf = &EAX;
506 *MaxLeaf = 0;
511 if (getX86CpuIDAndInfo(0, MaxLeaf, &EBX, &ECX, &EDX) || *MaxLeaf < 1)
1004 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
1061 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
1115 MaxLeaf >= 7 && !getX86CpuIDAndInfoEx(0x7, 0x1, &EAX, &EBX, &ECX, &EDX);
1136 unsigned MaxLeaf = 0
    [all...]

Completed in 24 milliseconds