Searched refs:EEVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h39 /// EEVT::DAGISelGenValueType - These are some extended forms of
44 namespace EEVT { namespace in namespace:llvm
109 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
112 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
129 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
133 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
137 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
302 SmallVector<EEVT::TypeSet, 1> Types;
348 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; }
349 const EEVT
[all...]
H A DCodeGenDAGPatterns.cpp29 // EEVT::TypeSet Implementation
45 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
60 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) {
75 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
107 bool EEVT::TypeSet::hasIntegerTypes() const {
116 bool EEVT::TypeSet::hasFloatingPointTypes() const {
125 bool EEVT::TypeSet::hasVectorTypes() const {
133 std::string EEVT::TypeSet::getName() const {
155 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT
[all...]

Completed in 56 milliseconds