HomeSort by: relevance | last modified time | path
    Searched defs:VETargetMachine (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VETargetMachine.h 1 //===-- VETargetMachine.h - Define TargetMachine for VE ---------*- C++ -*-===//
22 class VETargetMachine : public LLVMTargetMachine {
25 // Hold Strings that can be free'd all together with VETargetMachine
30 VETargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 ~VETargetMachine() override;
VETargetMachine.cpp 1 //===-- VETargetMachine.cpp - Define TargetMachine for VE -----------------===//
12 #include "VETargetMachine.h"
28 RegisterTargetMachine<VETargetMachine> X(getTheVETarget());
79 VETargetMachine::VETargetMachine(const Target &T, const Triple &TT,
93 VETargetMachine::~VETargetMachine() {}
95 TargetTransformInfo VETargetMachine::getTargetTransformInfo(const Function &F) {
103 VEPassConfig(VETargetMachine &TM, PassManagerBase &PM)
106 VETargetMachine &getVETargetMachine() const
    [all...]

Completed in 21 milliseconds