HomeSort by relevance Sort by last modified time
    Searched refs:BPFSubtarget (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/BPF/
BPFSubtarget.cpp 1 //===-- BPFSubtarget.cpp - BPF Subtarget Information ----------------------===//
14 #include "BPFSubtarget.h"
26 void BPFSubtarget::anchor() {}
28 BPFSubtarget::BPFSubtarget(const std::string &TT, const std::string &CPU,
BPFTargetMachine.h 17 #include "BPFSubtarget.h"
23 BPFSubtarget Subtarget;
30 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; }
31 const BPFSubtarget *getSubtargetImpl(const Function &) const override {
BPFFrameLowering.h 20 class BPFSubtarget;
24 explicit BPFFrameLowering(const BPFSubtarget &sti)
BPFSubtarget.h 1 //===-- BPFSubtarget.h - Define Subtarget for the BPF -----------*- C++ -*-===//
31 class BPFSubtarget : public BPFGenSubtargetInfo {
41 BPFSubtarget(const std::string &TT, const std::string &CPU,
BPFISelLowering.h 23 class BPFSubtarget;
37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);
BPFISelLowering.cpp 18 #include "BPFSubtarget.h"
92 const BPFSubtarget &STI)

Completed in 265 milliseconds