Home
last modified time | relevance | path

Searched defs:hasAVX (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dasm_amd64.h14 #define hasAVX macro
21 #define hasAVX macro
/aosp_15_r20/prebuilts/go/linux-x86/pkg/include/
Dasm_amd64.h14 #define hasAVX macro
21 #define hasAVX macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86Subtarget.h205 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.h388 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h590 bool hasAVX() const { return X86SSELevel >= AVX; } in hasAVX() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp1979 bool hasAVX = featureString.find("+avx") != llvm::StringRef::npos; in getSimdFunction() local