/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 246 bool HasAVX = Subtarget.hasAVX(); in getCalleeSavedRegs() local 345 bool HasAVX = Subtarget.hasAVX(); in getCallPreservedMask() local
|
H A D | X86FastISel.cpp | 352 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitLoad() local 506 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitStore() local 1329 bool HasAVX = Subtarget->hasAVX(); in X86ChooseCmpOpcode() local 2657 bool HasAVX = Subtarget->hasAVX(); in fastLowerIntrinsicCall() local 2853 bool HasAVX = Subtarget->hasAVX(); in fastLowerIntrinsicCall() local
|
H A D | X86InstrInfo.cpp | 4340 bool HasAVX = Subtarget.hasAVX(); in CopyToFromAsymmetricReg() local 4452 bool HasAVX = Subtarget.hasAVX(); in copyPhysReg() local 4623 bool HasAVX = STI.hasAVX(); in getLoadStoreRegOpcode() local 5515 bool HasAVX = Subtarget.hasAVX(); in expandPostRAPseudo() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 286 bool HasAVX = Subtarget.hasAVX(); in getCalleeSavedRegs() local 413 bool HasAVX = Subtarget.hasAVX(); in getCallPreservedMask() local
|
H A D | X86FastISel.cpp | 322 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitLoad() local 489 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitStore() local 1341 bool HasAVX = Subtarget->hasAVX(); in X86ChooseCmpOpcode() local 2475 bool HasAVX = Subtarget->hasAVX(); in X86SelectFPExtOrFPTrunc() local 3746 bool HasAVX = Subtarget->hasAVX(); in X86MaterializeFP() local
|
H A D | X86InstructionSelector.cpp | 399 bool HasAVX = STI.hasAVX(); in getLoadStoreOp() local 1167 bool HasAVX = STI.hasAVX(); in selectExtract() local 1300 bool HasAVX = STI.hasAVX(); in selectInsert() local
|
H A D | X86InstrInfo.cpp | 2891 bool HasAVX = Subtarget.hasAVX(); in CopyToFromAsymmetricReg() local 2970 bool HasAVX = Subtarget.hasAVX(); in copyPhysReg() local 3062 bool HasAVX = STI.hasAVX(); in getLoadStoreRegOpcode() local 4074 bool HasAVX = Subtarget.hasAVX(); in expandPostRAPseudo() local
|
H A D | X86ISelLowering.cpp | 43748 bool HasAVX = Subtarget.hasAVX(); in combineVectorSizedSetCCEquality() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 322 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitLoad() local 484 bool HasAVX = Subtarget->hasAVX(); in X86FastEmitStore() local 1353 bool HasAVX = Subtarget->hasAVX(); in X86ChooseCmpOpcode() local 2460 bool HasAVX = Subtarget->hasAVX(); in X86SelectFPExtOrFPTrunc() local 3732 bool HasAVX = Subtarget->hasAVX(); in X86MaterializeFP() local
|
H A D | X86InstructionSelector.cpp | 438 bool HasAVX = STI.hasAVX(); in getLoadStoreOp() local 1160 bool HasAVX = STI.hasAVX(); in selectExtract() local 1293 bool HasAVX = STI.hasAVX(); in selectInsert() local
|
H A D | X86RegisterInfo.cpp | 284 bool HasAVX = Subtarget.hasAVX(); in getCalleeSavedRegs() local 420 bool HasAVX = Subtarget.hasAVX(); in getCallPreservedMask() local
|
H A D | X86InstrInfo.cpp | 3417 bool HasAVX = Subtarget.hasAVX(); in CopyToFromAsymmetricReg() local 3496 bool HasAVX = Subtarget.hasAVX(); in copyPhysReg() local 3600 bool HasAVX = STI.hasAVX(); in getLoadStoreRegOpcode() local 4923 bool HasAVX = Subtarget.hasAVX(); in expandPostRAPseudo() local
|
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | instruction_set_features_x86.h | 96 bool HasAVX() const { return has_AVX_; } in HasAVX() function
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/all_to_x86_32_or_x86_64/include/berberis/intrinsics/all_to_x86_32_or_x86_64/ |
D | intrinsics_bindings.h | 271 class HasAVX; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Host.cpp | 1031 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1169 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Host.cpp | 723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures() local
|