Searched refs:ConstraintList (Results 1 – 4 of 4) sorted by relevance
441 if (DagInit *ConstraintList = TheDef->getValueAsDag("InOperandList")) { in isOperandAPointer() local442 if (i < ConstraintList->getNumArgs()) { in isOperandAPointer()443 if (DefInit *Constraint = dyn_cast<DefInit>(ConstraintList->getArg(i))) { in isOperandAPointer()
1618 std::vector<Record*> ConstraintList = in SDNodeInfo() local1620 for (Record *R : ConstraintList) in SDNodeInfo()
964 std::vector<Record*> ConstraintList = in SDNodeInfo() local966 TypeConstraints.assign(ConstraintList.begin(), ConstraintList.end()); in SDNodeInfo()
1173 std::vector<Record*> ConstraintList = in SDNodeInfo() local1175 TypeConstraints.assign(ConstraintList.begin(), ConstraintList.end()); in SDNodeInfo()