OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasVectorTypes
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.h
98
///
hasVectorTypes
- Return true if this TypeSet contains a vector value
100
bool
hasVectorTypes
() const;
CodeGenDAGPatterns.cpp
115
///
hasVectorTypes
- Return true if this TypeSet contains a vAny or a vector
117
bool EEVT::TypeSet::
hasVectorTypes
() const {
276
if (!
hasVectorTypes
())
343
if (!
hasVectorTypes
())
345
if (!
hasVectorTypes
())
362
if (
hasVectorTypes
() && Other.
hasVectorTypes
()) {
[
all
...]
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
125
///
hasVectorTypes
- Return true if this TypeSet contains a vAny or a vector
127
bool EEVT::TypeSet::
hasVectorTypes
() const {
289
if (!
hasVectorTypes
())
365
if (!
hasVectorTypes
())
369
if (!Other.
hasVectorTypes
())
[
all
...]
CodeGenDAGPatterns.h
103
///
hasVectorTypes
- Return true if this TypeSet contains a vector value
105
bool
hasVectorTypes
() const;
Completed in 97 milliseconds