reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
21435 if (Bits[X86::FeatureSSE1] && X86SSELevel < SSE1) X86SSELevel = SSE1; 21435 if (Bits[X86::FeatureSSE1] && X86SSELevel < SSE1) X86SSELevel = SSE1;lib/Target/X86/X86Subtarget.h
583 bool hasCMov() const { return HasCMov || X86SSELevel >= SSE1 || is64Bit(); } 584 bool hasSSE1() const { return X86SSELevel >= SSE1; }