OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systemzsubtarget
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp
1
//===--
SystemZSubtarget
.cpp - SystemZ subtarget information --------------===//
10
#include "
SystemZSubtarget
.h"
20
SystemZSubtarget
::
SystemZSubtarget
(const std::string &TT,
42
bool
SystemZSubtarget
::isPC32DBLSymbol(const GlobalValue *GV,
SystemZFrameLowering.h
13
#include "
SystemZSubtarget
.h"
19
class
SystemZSubtarget
;
26
const
SystemZSubtarget
&STI;
30
const
SystemZSubtarget
&sti);
SystemZSubtarget.h
1
//===--
SystemZSubtarget
.h - SystemZ subtarget information -----*- C++ -*--===//
28
class
SystemZSubtarget
: public SystemZGenSubtargetInfo {
38
SystemZSubtarget
(const std::string &TT, const std::string &CPU,
SystemZTargetMachine.h
22
#include "
SystemZSubtarget
.h"
31
SystemZSubtarget
Subtarget;
51
virtual const
SystemZSubtarget
*getSubtargetImpl() const LLVM_OVERRIDE {
CMakeLists.txt
27
SystemZSubtarget
.cpp
SystemZAsmPrinter.h
26
const
SystemZSubtarget
*Subtarget;
31
Subtarget = &TM.getSubtarget<
SystemZSubtarget
>();
SystemZRegisterInfo.h
32
class
SystemZSubtarget
;
SystemZISelLowering.h
118
class
SystemZSubtarget
;
175
const
SystemZSubtarget
&Subtarget;
SystemZFrameLowering.cpp
48
const
SystemZSubtarget
&sti)
SystemZISelDAGToDAG.cpp
128
const
SystemZSubtarget
&Subtarget;
[
all
...]
Completed in 39 milliseconds