Home
last modified time | relevance | path

Searched refs:TypeConstraints (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h205 std::vector<SDTypeConstraint> TypeConstraints; variable
219 return TypeConstraints; in getTypeConstraints()
237 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()
238 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.cpp966 TypeConstraints.assign(ConstraintList.begin(), ConstraintList.end()); in SDNodeInfo()
978 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) { in getKnownType()
980 if (TypeConstraints[i].OperandNo >= NumResults) // FIXME: need value # in getKnownType()
983 switch (TypeConstraints[i].ConstraintType) { in getKnownType()
986 return TypeConstraints[i].x.SDTCisVT_Info.VT; in getKnownType()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h230 std::vector<SDTypeConstraint> TypeConstraints; variable
244 return TypeConstraints; in getTypeConstraints()
262 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()
263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
DCodeGenDAGPatterns.cpp1175 TypeConstraints.assign(ConstraintList.begin(), ConstraintList.end()); in SDNodeInfo()
1187 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DRecognitionException.pm7 use Moose::Util::TypeConstraints;
DBitSet.pm8 use Moose::Util::TypeConstraints;