Searched refs:CK_PentiumM (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.h | 81 CK_PentiumM, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 280 { {"pentium-m"}, CK_PentiumM, ~0U, FeaturesPentium4, '\0', false }, 281 { {"pentium_m"}, CK_PentiumM, ~0U, FeaturesPentium4, 'K', true },
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 575 case CK_PentiumM: in getTargetDefines() 1546 case CK_PentiumM: in getCPUCacheLineSize()
|