Searched refs:NumFixedOperands (Results 1 – 5 of 5) sorted by relevance
80 unsigned NumFixedOperands = Desc.NumOperands; in getInstruction() local92 for (unsigned i = 0; i < NumFixedOperands; ++i) { in getInstruction()
94 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local98 if (!(i < NumFixedOperands in printInst()
96 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local99 if (!(i < NumFixedOperands in printInst()
717 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local728 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()
753 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local764 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()