Lines Matching defs:SrcOps
75 SmallVector<SrcOp, 2> SrcOps; ///< Source registers.
77 std::initializer_list<SrcOp> SrcOps)
78 : Opc(Opc), Dst(Dst), SrcOps(SrcOps){};
384 MIRBuilder.buildInstr(MatchInfo.Opc, {MatchInfo.Dst}, MatchInfo.SrcOps);
393 if (MatchInfo.SrcOps[2].getImm() == 0)
394 MIRBuilder.buildCopy(MatchInfo.Dst, MatchInfo.SrcOps[0]);
398 MIRBuilder.buildConstant(LLT::scalar(32), MatchInfo.SrcOps[2].getImm());
400 {MatchInfo.SrcOps[0], MatchInfo.SrcOps[1], Cst});