Searched defs:PRIORITY (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 1130 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1137 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeature() argument
|
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 709 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 723 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument 737 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument
|