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
70
///
FillWithPossibleTypes
- Set to all legal types and return true, only valid
72
bool EEVT::TypeSet::
FillWithPossibleTypes
(TreePattern &TP,
231
return
FillWithPossibleTypes
(TP, isInteger, "integer");
252
return
FillWithPossibleTypes
(TP, isFloatingPoint, "floating point");
274
return
FillWithPossibleTypes
(TP, isScalar, "scalar");
296
return
FillWithPossibleTypes
(TP, isVector, "vector");
323
MadeChange =
FillWithPossibleTypes
(TP);
326
MadeChange = Other.
FillWithPossibleTypes
(TP);
[
all
...]
CodeGenDAGPatterns.h
142
///
FillWithPossibleTypes
- Set to all legal types and return true, only
145
bool
FillWithPossibleTypes
(TreePattern &TP,
Completed in 18 milliseconds