Searched refs:BPFInstructionSelector (Results 1 – 2 of 2) sorted by relevance
31 class BPFInstructionSelector : public InstructionSelector { class33 BPFInstructionSelector(const BPFTargetMachine &TM, const BPFSubtarget &STI,63 BPFInstructionSelector::BPFInstructionSelector(const BPFTargetMachine &TM, in BPFInstructionSelector() function in BPFInstructionSelector76 bool BPFInstructionSelector::select(MachineInstr &I) { in select()89 return new BPFInstructionSelector(TM, Subtarget, RBI); in createBPFInstructionSelector()
1537 SRCS_MIN+= Target/BPF/GISel/BPFInstructionSelector.cpp