OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeVec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.h
58
SmallVector<MVT::SimpleValueType, 4>
TypeVec
;
64
bool isCompletelyUnknown() const { return
TypeVec
.empty(); }
67
if (
TypeVec
.size() != 1) return false;
68
unsigned char T =
TypeVec
[0]; (void)T;
75
return (MVT::SimpleValueType)
TypeVec
[0];
83
assert(!
TypeVec
.empty() && "Not a type list!");
84
return
TypeVec
;
88
return
TypeVec
.size() == 1 &&
TypeVec
[0] == MVT::isVoid;
139
bool operator!=(const TypeSet &RHS) const { return
TypeVec
!= RHS.TypeVec;
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
[
all
...]
Completed in 37 milliseconds