Home
last modified time | relevance | path

Searched refs:PriorityBit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DAArch64TargetParser.h76 FeatPriorities PriorityBit; // Index of the bit in the FMV priority 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.td38 string PriorityBit = "PRIOR_" # enumeration;
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DAArch64TargetParser.cpp75 PriorityMask |= (1ULL << Info.PriorityBit); in getFMVPriority()