Searched refs:BPFSubtarget (Results 1 – 7 of 7) sorted by relevance
26 void BPFSubtarget::anchor() {} in anchor()28 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget() function in BPFSubtarget
23 BPFSubtarget Subtarget;30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()31 const BPFSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
20 class BPFSubtarget; variable24 explicit BPFFrameLowering(const BPFSubtarget &sti) in BPFFrameLowering()
31 class BPFSubtarget : public BPFGenSubtargetInfo {41 BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
23 class BPFSubtarget; variable37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);
21 BPFSubtarget.cpp
92 const BPFSubtarget &STI) in BPFTargetLowering()