HomeSort by relevance Sort by last modified time
    Searched refs:MaxLeaf (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 864 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
912 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
974 unsigned MaxLeaf, Vendor;
984 if (getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX) || MaxLeaf < 1)
992 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2);
    [all...]
  /external/llvm/lib/Support/
Host.cpp 707 unsigned MaxLeaf) {
727 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
744 unsigned MaxLeaf, Vendor;
746 if (getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX))
755 Features = getAvailableFeatures(ECX, EDX, MaxLeaf);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 741 unsigned MaxLeaf) {
761 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
778 unsigned MaxLeaf, Vendor;
788 if (getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX))
797 Features = getAvailableFeatures(ECX, EDX, MaxLeaf);
    [all...]

Completed in 99 milliseconds