OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinimalTypeForRange
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
Types.h
18
const char *
getMinimalTypeForRange
(uint64_t Range, unsigned MaxSize = 64);
Types.cpp
18
const char *llvm::
getMinimalTypeForRange
(uint64_t Range, unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) {
43
return
getMinimalTypeForRange
(1ULL << MaxIndex);
SubtargetFeatureInfo.cpp
55
<<
getMinimalTypeForRange
(SubtargetFeatures.size()) << " {\n";
CodeEmitterGen.cpp
577
<< "enum : " <<
getMinimalTypeForRange
(FeatureBitsets.size()) << " {\n"
607
<< " static " <<
getMinimalTypeForRange
(FeatureBitsets.size())
RegisterInfoEmitter.cpp
287
<< " static const " <<
getMinimalTypeForRange
(MaxRegUnitWeight, 32)
327
OS << " static const " <<
getMinimalTypeForRange
(PSetsSeqs.size() - 1, 32)
343
OS << " static const " <<
getMinimalTypeForRange
(PSetsSeqs.size() - 1, 32)
735
OS << " static const " <<
getMinimalTypeForRange
(Rows.size(), 32)
743
OS << " static const " <<
getMinimalTypeForRange
(SubRegIndicesSize + 1, 32)
AsmMatcherEmitter.cpp
2838
OS << " " <<
getMinimalTypeForRange
(MaxMnemonicIndex)
2840
OS << " " <<
getMinimalTypeForRange
(MaxMask)
2842
OS << " " <<
getMinimalTypeForRange
(std::distance(
2844
OS << " " <<
getMinimalTypeForRange
(MaxFeaturesIndex)
3415
<< "enum : " <<
getMinimalTypeForRange
(FeatureBitsets.size()) << " {\n"
3450
OS << " " <<
getMinimalTypeForRange
(MaxMnemonicIndex)
3453
OS << " " <<
getMinimalTypeForRange
(NumConverters)
3455
OS << " " <<
getMinimalTypeForRange
(FeatureBitsets.size())
3457
OS << " " <<
getMinimalTypeForRange
(
AsmWriterEmitter.cpp
592
O << " static const " <<
getMinimalTypeForRange
(StringTable.size() - 1, 32)
Completed in 20 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026