Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSubtargetInfo.cpp27 FeatureBits = Features.getFeatureBits(CPU, ProcDesc, NumProcs, in InitMCProcessorInfo()
68 FeatureBits ^= FB; in ToggleFeature()
69 return FeatureBits; in ToggleFeature()
76 FeatureBits = Features.ToggleFeature(FeatureBits, FS, in ToggleFeature()
78 return FeatureBits; in ToggleFeature()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h46 uint64_t FeatureBits; // Feature bits for current CPU + FS variable
68 return FeatureBits; in getFeatureBits()