Home | History | Annotate | Download | only in src

Lines Matching refs:InstKind

46   enum InstKind {
82 InstKind getKind() const { return Kind; }
203 Inst(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest);
217 const InstKind Kind;
263 InstHighLevel(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest)
427 constexpr InstKind Kind = Inst::Call;
446 InstKind Kind)
1151 InstTarget(Cfg *Func, InstKind Kind, SizeT MaxSrcs, Variable *Dest)