OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalBaseReg
(Results
1 - 23
of
23
) sorted by null
/external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.h
36
unsigned
getGlobalBaseReg
() const { return GlobalBaseReg; }
SparcISelDAGToDAG.cpp
64
SDNode*
getGlobalBaseReg
();
68
SDNode* SparcDAGToDAGISel::
getGlobalBaseReg
() {
69
unsigned GlobalBaseReg = TM.getInstrInfo()->
getGlobalBaseReg
(MF);
145
return
getGlobalBaseReg
();
SparcInstrInfo.h
95
unsigned
getGlobalBaseReg
(MachineFunction *MF) const;
SparcInstrInfo.cpp
326
unsigned SparcInstrInfo::
getGlobalBaseReg
(MachineFunction *MF) const
329
unsigned GlobalBaseReg = SparcFI->
getGlobalBaseReg
();
/external/llvm/lib/Target/Alpha/
AlphaMachineFunctionInfo.h
47
unsigned
getGlobalBaseReg
() const { return GlobalBaseReg; }
AlphaInstrInfo.h
70
///
getGlobalBaseReg
- Return a virtual register initialized with the
74
unsigned
getGlobalBaseReg
(MachineFunction *MF) const;
AlphaISelDAGToDAG.cpp
185
SDNode *
getGlobalBaseReg
();
192
///
getGlobalBaseReg
- Output the instructions required to put the
195
SDNode *AlphaDAGToDAGISel::
getGlobalBaseReg
() {
196
unsigned GlobalBaseReg = getInstrInfo()->
getGlobalBaseReg
(MF);
227
return
getGlobalBaseReg
();
280
SDValue(
getGlobalBaseReg
(), 0));
402
SDValue GOT = SDValue(
getGlobalBaseReg
(), 0);
AlphaInstrInfo.cpp
335
///
getGlobalBaseReg
- Return a virtual register initialized with the
339
unsigned AlphaInstrInfo::
getGlobalBaseReg
(MachineFunction *MF) const {
341
unsigned GlobalBaseReg = AlphaFI->
getGlobalBaseReg
();
/external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp
81
SDNode *
getGlobalBaseReg
();
180
///
getGlobalBaseReg
- Output the instructions required to put the
182
SDNode *MBlazeDAGToDAGISel::
getGlobalBaseReg
() {
183
unsigned GlobalBaseReg = getInstrInfo()->
getGlobalBaseReg
(MF);
206
return
getGlobalBaseReg
();
MBlazeMachineFunction.h
161
unsigned
getGlobalBaseReg
() const { return GlobalBaseReg; }
MBlazeInstrInfo.h
287
///
getGlobalBaseReg
- Return a virtual register initialized with the
291
unsigned
getGlobalBaseReg
(MachineFunction *MF) const;
MBlazeInstrInfo.cpp
273
///
getGlobalBaseReg
- Return a virtual register initialized with the
277
unsigned MBlazeInstrInfo::
getGlobalBaseReg
(MachineFunction *MF) const {
279
unsigned GlobalBaseReg = MBlazeFI->
getGlobalBaseReg
();
/external/llvm/lib/Target/Mips/
MipsMachineFunction.h
95
unsigned
getGlobalBaseReg
() const { return GlobalBaseReg; }
MipsInstrInfo.h
151
///
getGlobalBaseReg
- Return a virtual register initialized with the
155
unsigned
getGlobalBaseReg
(MachineFunction *MF) const;
MipsISelDAGToDAG.cpp
83
SDNode *
getGlobalBaseReg
();
106
///
getGlobalBaseReg
- Output the instructions required to put the
108
SDNode *MipsDAGToDAGISel::
getGlobalBaseReg
() {
109
unsigned GlobalBaseReg = getInstrInfo()->
getGlobalBaseReg
(MF);
413
return
getGlobalBaseReg
();
MipsInstrInfo.cpp
438
///
getGlobalBaseReg
- Return a virtual register initialized with the
442
unsigned MipsInstrInfo::
getGlobalBaseReg
(MachineFunction *MF) const {
444
unsigned GlobalBaseReg = MipsFI->
getGlobalBaseReg
();
/external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h
114
unsigned
getGlobalBaseReg
() const { return GlobalBaseReg; }
X86InstrInfo.h
[
all
...]
X86FastISel.cpp
490
AM.Base.Reg = getInstrInfo()->
getGlobalBaseReg
(FuncInfo.MF);
[
all
...]
X86ISelDAGToDAG.cpp
275
///
getGlobalBaseReg
- Return an SDNode that returns the value of
279
SDNode *
getGlobalBaseReg
();
[
all
...]
X86InstrInfo.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
90
///
getGlobalBaseReg
- insert code into the entry mbb to materialize the PIC
92
SDNode *
getGlobalBaseReg
();
230
///
getGlobalBaseReg
- Output the instructions required to put the
233
SDNode *PPCDAGToDAGISel::
getGlobalBaseReg
() {
822
return
getGlobalBaseReg
();
[
all
...]
Completed in 1328 milliseconds