Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:rcodes

2270   InlineAsm::ConstraintCodeVector *rCodes;
2272 rCodes = &info.Codes;
2274 rCodes = &info.multipleAlternatives[maIndex].Codes;
2278 for (unsigned i = 0, e = rCodes->size(); i != e; ++i) {
2280 getSingleConstraintMatchWeight(info, (*rCodes)[i].c_str());