Lines Matching refs:InstOps
700 std::array<unsigned, 0> InstOps; in EmitResultLeafAsOperand() local
703 ResultVTs, InstOps, false, false, false, in EmitResultLeafAsOperand()
814 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local
847 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand()
864 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
865 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand()
867 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand()
868 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand()
869 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand()
874 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand()
887 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand()
986 ResultVTs, InstOps, in EmitResultInstructionAsOperand()