Searched refs:VESubtarget (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.h24 class VESubtarget;
28 const VESubtarget &Subtarget;
32 explicit VEInstrInfo(VESubtarget &ST);
H A DVESubtarget.cpp1 //===-- VESubtarget.cpp - VE Subtarget Information ------------------------===//
13 #include "VESubtarget.h"
26 void VESubtarget::anchor() {}
28 VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU,
41 VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU, function in class:VESubtarget
47 int VESubtarget::getAdjustedFrameSize(int frameSize) const {
99 bool VESubtarget::enableMachineScheduler() const { return true; }
H A DVESubtarget.h1 //===-- VESubtarget.h - Define Subtarget for the VE -------------*- C++ -*-===//
31 class VESubtarget : public VEGenSubtargetInfo { class in namespace:llvm
41 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
61 VESubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
H A DVETargetMachine.h17 #include "VESubtarget.h"
24 VESubtarget Subtarget;
36 const VESubtarget *getSubtargetImpl() const { return &Subtarget; }
37 const VESubtarget *getSubtargetImpl(const Function &) const override {
H A DVEISelDAGToDAG.cpp34 const VESubtarget *Subtarget;
40 Subtarget = &MF.getSubtarget<VESubtarget>();
H A DVETargetTransformInfo.h30 const VESubtarget *ST;
33 const VESubtarget *getST() const { return ST; }
H A DVEISelLowering.h21 class VESubtarget;
31 const VESubtarget *Subtarget;
34 VETargetLowering(const TargetMachine &TM, const VESubtarget &STI);
H A DVEFrameLowering.h21 class VESubtarget;
24 explicit VEFrameLowering(const VESubtarget &ST);
H A DVEFrameLowering.cpp15 #include "VESubtarget.h"
30 VEFrameLowering::VEFrameLowering(const VESubtarget &ST)
178 const VESubtarget &Subtarget = MF.getSubtarget<VESubtarget>();
H A DVEISelLowering.cpp100 const VESubtarget &STI)
H A DVEInstrInfo.cpp15 #include "VESubtarget.h"
37 VEInstrInfo::VEInstrInfo(VESubtarget &ST)

Completed in 182 milliseconds