Searched defs:maIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2971 unsigned maIndex; local
2974 for (maIndex = 0; maIndex < maCount; ++maIndex) {
2998 weight = getMultipleConstraintMatchWeight(OpInfo, maIndex);
3008 bestMAIndex = maIndex;
3080 AsmOperandInfo &info, int maIndex) const {
3082 if (maIndex >= (int)info.multipleAlternatives.size())
3085 rCodes = &info.multipleAlternatives[maIndex].Codes;

Completed in 46 milliseconds