Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:rCodes

2615   InlineAsm::ConstraintCodeVector *rCodes;
2617 rCodes = &info.Codes;
2619 rCodes = &info.multipleAlternatives[maIndex].Codes;
2623 for (unsigned i = 0, e = rCodes->size(); i != e; ++i) {
2625 getSingleConstraintMatchWeight(info, (*rCodes)[i].c_str());