Searched refs:FeatureBit (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILShaderFlags.h | 36 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleBit, FlagName, Str) \ argument 41 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleBit, FlagName, Str) \ argument 62 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleBit, FlagName, Str) \ in uint64_t() argument 70 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleBit, FlagName, Str) \ in getFeatureFlags() argument 71 FeatureFlags |= FlagName ? getMask(FeatureBit) : 0ull; in getFeatureFlags() 77 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleBit, FlagName, Str) \ in merge() argument
|
| H A D | DXILShaderFlags.cpp | 331 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleNum, FlagName, Str) \ in print() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
| H A D | AArch64TargetParser.h | 75 CPUFeatures FeatureBit; // Index of the bit in the FMV feature bitset. member 78 FMVInfo(StringRef Name, CPUFeatures FeatureBit, FeatPriorities PriorityBit, in FMVInfo() 80 : Name(Name), FeatureBit(FeatureBit), PriorityBit(PriorityBit), ID(ID) {}; in FMVInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 31 string FeatureBit = "FEAT_" # enumeration;
|
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | AArch64TargetParser.cpp | 92 FeaturesMask |= (1ULL << Info.FeatureBit); in getCpuSupportsMask()
|