Lines Matching refs:BPF
1 //===-- BPFISelDAGToDAG.cpp - A dag to dag inst selector for BPF ----------===//
10 // This file defines a DAG pattern matching instruction selector for BPF,
11 // converting from a legalized dag to a BPF dag.
15 #include "BPF.h"
32 #define DEBUG_TYPE "bpf-isel"
42 return "BPF DAG->DAG Pattern Instruction Selection";
57 // ComplexPattern used on BPF Load/Store instructions
93 // ComplexPattern used on BPF FI instruction
145 SDValue R6Reg = CurDAG->getRegister(BPF::R6, MVT::i64);
158 unsigned Opc = BPF::MOV_rr;