OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FeatureList
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetEmitter.cpp
179
static void printFeatureMask(raw_ostream &OS, RecVec &
FeatureList
,
182
for (const Record *Feature :
FeatureList
) {
203
std::vector<Record*>
FeatureList
=
206
if (
FeatureList
.empty())
209
llvm::sort(
FeatureList
, LessRecordFieldName());
218
for (const Record *Feature :
FeatureList
) {
266
RecVec
FeatureList
= Processor->getValueAsListOfDefs("Features");
273
printFeatureMask(OS,
FeatureList
, FeatureMap);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
2462
StringRef
FeatureList
(
2465
if (
FeatureList
.empty())
2467
assert(
FeatureList
.find(' ') == StringRef::npos &&
2470
if (!TF.hasRequiredFeatures(
FeatureList
))
2472
<< TargetDecl->getDeclName() <<
FeatureList
;
CodeGenFunction.h
4763
FeatureListStatus getAndFeatures(StringRef
FeatureList
) {
4767
for (size_t i = 0, e =
FeatureList
.size(); i < e; ++i) {
4768
char CurrentToken =
FeatureList
[i];
4785
StringRef F =
FeatureList
.slice(SubexpressionStart, i);
4791
return {HasFeatures,
FeatureList
.substr(SubexpressionStart)};
4798
if (HasFeatures && SubexpressionStart !=
FeatureList
.size())
4800
CallerFeatureMap.lookup(
FeatureList
.substr(SubexpressionStart));
4805
bool hasRequiredFeatures(StringRef
FeatureList
) {
4806
FeatureListStatus FS = {false,
FeatureList
};
Completed in 20 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026