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 {
113 bool MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP);
116 return MergeInTypeInfo(EEVT::TypeSet(InVT, TP), TP);
133 bool EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP);
137 bool EnforceVectorEltTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
141 bool EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VT, TreePattern &TP);
306 SmallVector<EEVT::TypeSet, 1> Types;
352 const SmallVectorImpl<EEVT::TypeSet> &getExtTypes() const { return Types; }
353 const EEVT::TypeSet &getExtType(unsigned ResNo) const { return Types[ResNo];
    [all...]
CodeGenDAGPatterns.cpp 31 // EEVT::TypeSet Implementation
47 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) {
62 EEVT::TypeSet::TypeSet(ArrayRef<MVT::SimpleValueType> VTList) {
77 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP,
109 bool EEVT::TypeSet::hasIntegerTypes() const {
118 bool EEVT::TypeSet::hasFloatingPointTypes() const {
126 bool EEVT::TypeSet::hasScalarTypes() const {
135 bool EEVT::TypeSet::hasVectorTypes() const {
143 std::string EEVT::TypeSet::getName() const {
165 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP)
    [all...]

Completed in 724 milliseconds