Home
last modified time | relevance | path

Searched refs:VETargetMachine (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVETargetMachine.cpp28 RegisterTargetMachine<VETargetMachine> X(getTheVETarget()); in LLVMInitializeVETarget()
79 VETargetMachine::VETargetMachine(const Target &T, const Triple &TT, in VETargetMachine() function in VETargetMachine
93 VETargetMachine::~VETargetMachine() = default;
96 VETargetMachine::getTargetTransformInfo(const Function &F) const { in getTargetTransformInfo()
104 VEPassConfig(VETargetMachine &TM, PassManagerBase &PM) in VEPassConfig()
107 VETargetMachine &getVETargetMachine() const { in getVETargetMachine()
108 return getTM<VETargetMachine>(); in getVETargetMachine()
117 TargetPassConfig *VETargetMachine::createPassConfig(PassManagerBase &PM) { in createPassConfig()
H A DVETargetMachine.h22 class VETargetMachine : public LLVMTargetMachine {
30 VETargetMachine(const Target &T, const Triple &TT, StringRef CPU,
34 ~VETargetMachine() override;
H A DCMakeLists.txt28 VETargetMachine.cpp
H A DVE.h24 class VETargetMachine; variable
29 FunctionPass *createVEISelDag(VETargetMachine &TM);
H A DVETargetTransformInfo.h84 explicit VETTIImpl(const VETargetMachine *TM, const Function &F) in VETTIImpl()
H A DVEISelDAGToDAG.cpp128 explicit VEDAGToDAGISel(VETargetMachine &tm) : SelectionDAGISel(tm) {} in VEDAGToDAGISel()
393 FunctionPass *llvm::createVEISelDag(VETargetMachine &TM) { in createVEISelDag()
H A DVEISelLowering.cpp1763 const VETargetMachine *TM = in lowerINTRINSIC_WO_CHAIN()
1764 static_cast<const VETargetMachine *>(&DAG.getTarget()); in lowerINTRINSIC_WO_CHAIN()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6739 llvm/lib/Target/VE/VETargetMachine.cpp
6740 llvm/lib/Target/VE/VETargetMachine.h