OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparcSubtarget
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp
1
//===--
SparcSubtarget
.cpp - SPARC Subtarget Information ------------------===//
14
#include "
SparcSubtarget
.h"
25
void
SparcSubtarget
::anchor() { }
27
SparcSubtarget
::
SparcSubtarget
(const std::string &TT, const std::string &CPU,
50
int
SparcSubtarget
::getAdjustedFrameSize(int frameSize) const {
SparcFrameLowering.h
18
#include "
SparcSubtarget
.h"
22
class
SparcSubtarget
;
25
const
SparcSubtarget
&SubTarget;
27
explicit SparcFrameLowering(const
SparcSubtarget
&ST)
SparcRegisterInfo.h
24
class
SparcSubtarget
;
29
SparcSubtarget
&Subtarget;
31
SparcRegisterInfo(
SparcSubtarget
&st);
SparcSubtarget.h
1
//===--
SparcSubtarget
.h - Define Subtarget for the SPARC -------*- C++ -*-===//
26
class
SparcSubtarget
: public SparcGenSubtargetInfo {
34
SparcSubtarget
(const std::string &TT, const std::string &CPU,
SparcInstrInfo.h
39
const
SparcSubtarget
& Subtarget;
41
explicit SparcInstrInfo(
SparcSubtarget
&ST);
SparcTargetMachine.h
21
#include "
SparcSubtarget
.h"
29
SparcSubtarget
Subtarget;
45
virtual const
SparcSubtarget
*getSubtargetImpl() const{ return &Subtarget; }
SparcISelLowering.h
22
class
SparcSubtarget
;
49
const
SparcSubtarget
*Subtarget;
SparcISelDAGToDAG.cpp
35
const
SparcSubtarget
&Subtarget;
40
Subtarget(tm.getSubtarget<
SparcSubtarget
>()),
SparcRegisterInfo.cpp
17
#include "
SparcSubtarget
.h"
37
SparcRegisterInfo::SparcRegisterInfo(
SparcSubtarget
&st)
SparcInstrInfo.cpp
17
#include "
SparcSubtarget
.h"
32
SparcInstrInfo::SparcInstrInfo(
SparcSubtarget
&ST)
SparcISelLowering.cpp
[
all
...]
Completed in 127 milliseconds