HomeSort by relevance Sort by last modified time
    Searched refs:BPFSubtarget (Results 1 - 15 of 15) 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 Triple &TT, const std::string &CPU,
BPFTargetMachine.h 17 #include "BPFSubtarget.h"
23 BPFSubtarget Subtarget;
31 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; }
32 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 Triple &TT, const std::string &CPU, const std::string &FS,
BPFISelLowering.h 23 class BPFSubtarget;
37 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);
BPFISelLowering.cpp 17 #include "BPFSubtarget.h"
55 const BPFSubtarget &STI)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFSubtarget.cpp 1 //===-- BPFSubtarget.cpp - BPF Subtarget Information ----------------------===//
14 #include "BPFSubtarget.h"
27 void BPFSubtarget::anchor() {}
29 BPFSubtarget &BPFSubtarget::initializeSubtargetDependencies(StringRef CPU,
37 void BPFSubtarget::initializeEnvironment() {
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
54 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU,
BPFTargetMachine.h 17 #include "BPFSubtarget.h"
23 BPFSubtarget Subtarget;
31 const BPFSubtarget *getSubtargetImpl() const { return &Subtarget; }
32 const BPFSubtarget *getSubtargetImpl(const Function &) const override {
BPFSubtarget.h 1 //===-- BPFSubtarget.h - Define Subtarget for the BPF -----------*- C++ -*-===//
32 class BPFSubtarget : public BPFGenSubtargetInfo {
60 BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
63 BPFSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
BPFFrameLowering.h 20 class BPFSubtarget;
24 explicit BPFFrameLowering(const BPFSubtarget &sti)
BPFISelLowering.h 23 class BPFSubtarget;
38 explicit BPFTargetLowering(const TargetMachine &TM, const BPFSubtarget &STI);
BPFTargetMachine.cpp 110 const BPFSubtarget *Subtarget = getBPFTargetMachine().getSubtargetImpl();
116 const BPFSubtarget *Subtarget = getBPFTargetMachine().getSubtargetImpl();
BPFMIPeephole.cpp 74 TII = MF->getSubtarget<BPFSubtarget>().getInstrInfo();
231 TRI = MF->getSubtarget<BPFSubtarget>().getRegisterInfo();
BPFISelDAGToDAG.cpp 17 #include "BPFSubtarget.h"
43 /// Subtarget - Keep a pointer to the BPFSubtarget around so that we can
45 const BPFSubtarget *Subtarget;
59 Subtarget = &MF.getSubtarget<BPFSubtarget>();
BPFISelLowering.cpp 17 #include "BPFSubtarget.h"
59 const BPFSubtarget &STI)

Completed in 1553 milliseconds