Lines Matching refs:Index
384 unsigned &Index) const {
398 for (Index = 0; Index != NumOutputs; ++Index)
399 if (SymbolicName == OutputConstraints[Index].getName())
441 unsigned Index = 0;
442 if (!resolveSymbolicName(Name, OutputConstraints, NumOutputs, Index))
447 if (Info.hasTiedOperand() && Info.getTiedOperand() != Index)
450 Info.setTiedOperand(Index, OutputConstraints[Index]);