Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSubtargetFeature.h33 const unsigned MAX_SUBTARGET_FEATURES = 128; variable
34 class FeatureBitset : public std::bitset<MAX_SUBTARGET_FEATURES> {
39 FeatureBitset(const bitset<MAX_SUBTARGET_FEATURES>& B) : bitset(B) {} in FeatureBitset()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp124 if (N > MAX_SUBTARGET_FEATURES) in Enumeration()