OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SystemZTargetMachine
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp
1
//===--
SystemZTargetMachine
.cpp - Define TargetMachine for SystemZ -------===//
10
#include "
SystemZTargetMachine
.h"
18
RegisterTargetMachine<
SystemZTargetMachine
> X(TheSystemZTarget);
21
SystemZTargetMachine
::
SystemZTargetMachine
(const Target &T, StringRef TT,
43
SystemZPassConfig(
SystemZTargetMachine
*TM, PassManagerBase &PM)
46
SystemZTargetMachine
&getSystemZTargetMachine() const {
47
return getTM<
SystemZTargetMachine
>();
97
TargetPassConfig *
SystemZTargetMachine
::createPassConfig(PassManagerBase &PM) {
SystemZTargetMachine.h
1
//==-
SystemZTargetMachine
.h - Define TargetMachine for SystemZ ---*- C++ -*-=//
30
class
SystemZTargetMachine
: public LLVMTargetMachine {
39
SystemZTargetMachine
(const Target &T, StringRef TT, StringRef CPU,
Completed in 143 milliseconds