#include "VESubtarget.h"
#include "VE.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/MathExtras.h"
usingnamespacellvm;
#define DEBUG_TYPE …
#define GET_SUBTARGETINFO_TARGET_DESC
#define GET_SUBTARGETINFO_CTOR
#include "VEGenSubtargetInfo.inc"
void VESubtarget::anchor() { … }
VESubtarget &VESubtarget::initializeSubtargetDependencies(StringRef CPU,
StringRef FS) { … }
VESubtarget::VESubtarget(const Triple &TT, const std::string &CPU,
const std::string &FS, const TargetMachine &TM)
: … { … }
uint64_t VESubtarget::getAdjustedFrameSize(uint64_t FrameSize) const { … }
bool VESubtarget::enableMachineScheduler() const { … }