Searched refs:NumFixedOperands (Results 1 – 4 of 4) sorted by relevance
270 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local274 if (I < NumFixedOperands) { in printInst()
802 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local820 unsigned NonOverridableOperands = NumFixedOperands; in EmitResultInstructionAsOperand()825 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; InstOpNo != e; in EmitResultInstructionAsOperand()
1714 unsigned NumFixedOperands = DstI->Operands.size(); in importExplicitUseRenderers() local1730 unsigned NonOverridableOperands = NumFixedOperands; in importExplicitUseRenderers()
2687 unsigned NumFixedOperands = InstInfo.Operands.size(); in ApplyTypeConstraints() local2697 unsigned NonOverridableOperands = NumFixedOperands; in ApplyTypeConstraints()2704 assert(NumResults <= NumFixedOperands); in ApplyTypeConstraints()2705 for (unsigned i = NumResults, e = NumFixedOperands; i != e; ++i) { in ApplyTypeConstraints()