Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:maIndex

2898       unsigned maIndex;
2901 for (maIndex = 0; maIndex < maCount; ++maIndex) {
2925 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex);
2935 bestMAIndex = maIndex;
3005 AsmOperandInfo &info, int maIndex) const {
3007 if (maIndex >= (int)info.multipleAlternatives.size())
3010 rCodes = &info.multipleAlternatives[maIndex].Codes;