OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FillWithPossibleTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
73
///
FillWithPossibleTypes
- Set to all legal types and return true, only valid
75
bool EEVT::TypeSet::
FillWithPossibleTypes
(TreePattern &TP,
241
return
FillWithPossibleTypes
(TP, isInteger, "integer");
266
return
FillWithPossibleTypes
(TP, isFloatingPoint, "floating point");
293
return
FillWithPossibleTypes
(TP, isScalar, "scalar");
320
return
FillWithPossibleTypes
(TP, isVector, "vector");
352
MadeChange =
FillWithPossibleTypes
(TP);
355
MadeChange = Other.
FillWithPossibleTypes
(TP);
[
all
...]
CodeGenDAGPatterns.h
143
///
FillWithPossibleTypes
- Set to all legal types and return true, only
146
bool
FillWithPossibleTypes
(TreePattern &TP,
Completed in 497 milliseconds