Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:maIndex

2157       unsigned maIndex;
2160 for (maIndex = 0; maIndex < maCount; ++maIndex) {
2184 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex);
2194 bestMAIndex = maIndex;
2266 AsmOperandInfo &info, int maIndex) const {
2268 if (maIndex >= (int)info.multipleAlternatives.size())
2271 rCodes = &info.multipleAlternatives[maIndex].Codes;