OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SUBTARGET_FEATURES
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
SubtargetFeature.h
33
const unsigned
MAX_SUBTARGET_FEATURES
= 128;
34
class FeatureBitset : public std::bitset<
MAX_SUBTARGET_FEATURES
> {
39
FeatureBitset(const bitset<
MAX_SUBTARGET_FEATURES
>& B) : bitset(B) {}
/external/llvm/utils/TableGen/
SubtargetEmitter.cpp
124
if (N >
MAX_SUBTARGET_FEATURES
)
125
PrintFatalError("Too many subtarget features! Bump
MAX_SUBTARGET_FEATURES
.");
[
all
...]
Completed in 132 milliseconds