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 38 /// EEVT::DAGISelGenValueType - These are some extended forms of
43 namespace EEVT {
108 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
111 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
128 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
132 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
136 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
301 SmallVector<EEVT::TypeSet, 1> Types;
346 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; }
347 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo];
    [all...]
CodeGenDAGPatterns.cpp 26 // EEVT::TypeSet Implementation
42 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
57 EEVT::TypeSet::TypeSet(const std::vector<MVT::SimpleValueType> &VTList) {
72 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
99 bool EEVT::TypeSet::hasIntegerTypes() const {
108 bool EEVT::TypeSet::hasFloatingPointTypes() const {
117 bool EEVT::TypeSet::hasVectorTypes() const {
125 std::string EEVT::TypeSet::getName() const {
147 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP)
    [all...]

Completed in 623 milliseconds