Home
last modified time | relevance | path

Searched refs:FeatureBit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.h36 #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 DDXILShaderFlags.cpp331 #define SHADER_FEATURE_FLAG(FeatureBit, DxilModuleNum, FlagName, Str) \ in print() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h75 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 DAArch64FMV.td31 string FeatureBit = "FEAT_" # enumeration;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp92 FeaturesMask |= (1ULL << Info.FeatureBit); in getCpuSupportsMask()