Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DSubtargetFeature.cpp241 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable); in getFeatureBits() local
244 if (CPUEntry) { in getFeatureBits()
246 Bits = CPUEntry->Value; in getFeatureBits()
250 if (CPUEntry->Value & FE.Value) in getFeatureBits()