HomeSort by relevance Sort by last modified time
    Searched refs:EEVT (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 39 /// EEVT::DAGISelGenValueType - These are some extended forms of
44 namespace EEVT {
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;
347 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; }
348 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo];
    [all...]
CodeGenDAGPatterns.cpp 29 // 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::TypeSet &InVT, TreePattern &TP)
    [all...]

Completed in 31 milliseconds