Lines Matching refs:BPF_CLASS
391 switch (BPF_CLASS(c)) { in atomuse()
434 switch (BPF_CLASS(s->code)) { in atomdef()
496 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()
575 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()
773 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()
1190 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()
1259 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()
1663 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()
1676 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()
1741 if (BPF_CLASS(p->s.code) != BPF_RET) { in make_marks()
2076 if (BPF_CLASS(src->s.code) != BPF_JMP || src->s.code == (BPF_JMP|BPF_JA)) { in convert_code_r()