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

  /art/compiler/optimizing/
instruction_simplifier_x86.cc 37 bool HasAVX2() {
38 return (codegen_->GetInstructionSetFeatures().HasAVX2());
79 if (visitor.HasAVX2()) {
instruction_simplifier_x86_64.cc 37 bool HasAVX2() {
38 return codegen_->GetInstructionSetFeatures().HasAVX2();
75 if (visitor.HasAVX2()) {
intrinsics_x86.cc 615 if (codegen->GetInstructionSetFeatures().HasAVX2() && src.IsRegister()) {
    [all...]
intrinsics_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/runtime/arch/x86/
instruction_set_features_x86.h 70 bool HasAVX2() const { return has_AVX2_; }
  /external/llvm/lib/Support/
Host.cpp 729 bool HasAVX2 = HasAVX && HasLeaf7 && (EBX & 0x20);
732 Features |= (HasAVX2 << FEATURE_AVX2);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 763 bool HasAVX2 = HasAVX && HasLeaf7 && (EBX & 0x20);
766 Features |= (HasAVX2 << FEATURE_AVX2);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 353 bool HasAVX2 = Subtarget->hasAVX2();
432 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
440 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
451 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FastISel.cpp 325 bool HasAVX2 = Subtarget->hasAVX2();
415 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
427 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
442 if (IsNonTemporal && Alignment >= 32 && HasAVX2)
    [all...]

Completed in 690 milliseconds