Searched refs:hasSSE2 (Results 1 - 8 of 8) sorted by relevance

/external/skia/legacy/src/opts/
H A Dopts_check_SSE2.cpp59 static inline bool hasSSE2() { function
64 static inline bool hasSSE2() { function
78 static bool gHasSSE2 = hasSSE2();
/external/skia/src/opts/
H A Dopts_check_SSE2.cpp69 static inline bool hasSSE2() { function
74 static inline bool hasSSE2() { function
96 static bool gHasSSE2 = hasSSE2();
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp203 if (getOptLevel() != CodeGenOpt::None && getX86Subtarget().hasSSE2()) {
H A DX86Subtarget.h229 bool hasSSE2() const { return X86SSELevel >= SSE2; } function in class:llvm::X86Subtarget
H A DX86TargetTransformInfo.cpp211 if (ISD == ISD::MUL && LT.second == MVT::v4i32 && ST->hasSSE2() &&
H A DX86ISelLowering.cpp164 X86ScalarSSEf64 = Subtarget->hasSSE2();
882 if (!TM.Options.UseSoftFloat && Subtarget->hasSSE2()) {
1046 if (Subtarget->hasSSE2()) {
1447 if (Subtarget->hasSSE2())
1453 Subtarget->hasSSE2()) {
1643 (Subtarget->is64Bit() && !Subtarget->hasSSE2()))
1669 if (!Subtarget->hasSSE2())
4404 if (Subtarget->hasSSE2()) { // SSE2
5361 if (Subtarget->hasSSE2() && ISD::isBuildVectorAllOnes(Op.getNode())) {
6755 (VT == MVT::v4f32 && Subtarget->hasSSE2()))) {
[all...]
H A DX86FastISel.cpp64 X86ScalarSSEf64 = Subtarget->hasSSE2();
863 bool X86ScalarSSEf64 = Subtarget->hasSSE2();
H A DX86InstrInfo.cpp1910 if (!TM.getSubtarget<X86Subtarget>().hasSSE2()) return 0;
1922 if (!TM.getSubtarget<X86Subtarget>().hasSSE2()) return 0;

Completed in 154 milliseconds