Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:maIndex

2508       unsigned maIndex;
2511 for (maIndex = 0; maIndex < maCount; ++maIndex) {
2535 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex);
2545 bestMAIndex = maIndex;
2614 AsmOperandInfo &info, int maIndex) const {
2616 if (maIndex >= (int)info.multipleAlternatives.size())
2619 rCodes = &info.multipleAlternatives[maIndex].Codes;