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

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 57 SmallVector<MVT::SimpleValueType, 4> TypeVec;
63 bool isCompletelyUnknown() const { return TypeVec.empty(); }
66 if (TypeVec.size() != 1) return false;
67 unsigned char T = TypeVec[0]; (void)T;
74 return (MVT::SimpleValueType)TypeVec[0];
82 assert(!TypeVec.empty() && "Not a type list!");
83 return TypeVec;
87 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid;
138 bool operator!=(const TypeSet &RHS) const { return TypeVec != RHS.TypeVec;
    [all...]
NeonEmitter.cpp     [all...]

Completed in 28 milliseconds