Lines Matching refs:InstOps
701 std::array<unsigned, 0> InstOps; in EmitResultLeafAsOperand() local
704 ResultVTs, InstOps, false, false, false, in EmitResultLeafAsOperand()
815 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local
848 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand()
865 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
866 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand()
868 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand()
869 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand()
870 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand()
875 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand()
888 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand()
987 ResultVTs, InstOps, in EmitResultInstructionAsOperand()