Searched defs:getGlobalBaseReg (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h36 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::SparcMachineFunctionInfo
H A DSparcISelDAGToDAG.cpp64 SDNode* getGlobalBaseReg();
68 SDNode* SparcDAGToDAGISel::getGlobalBaseReg() { function in class:SparcDAGToDAGISel
69 unsigned GlobalBaseReg = TM.getInstrInfo()->getGlobalBaseReg(MF);
145 return getGlobalBaseReg();
H A DSparcInstrInfo.cpp326 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const function in class:SparcInstrInfo
329 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
/external/llvm/lib/Target/Alpha/
H A DAlphaMachineFunctionInfo.h47 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::AlphaMachineFunctionInfo
H A DAlphaInstrInfo.cpp334 /// getGlobalBaseReg - Return a virtual register initialized with the
338 unsigned AlphaInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:AlphaInstrInfo
340 unsigned GlobalBaseReg = AlphaFI->getGlobalBaseReg();
H A DAlphaISelDAGToDAG.cpp184 SDNode *getGlobalBaseReg();
191 /// getGlobalBaseReg - Output the instructions required to put the
194 SDNode *AlphaDAGToDAGISel::getGlobalBaseReg() { function in class:AlphaDAGToDAGISel
195 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
226 return getGlobalBaseReg();
279 SDValue(getGlobalBaseReg(), 0));
401 SDValue GOT = SDValue(getGlobalBaseReg(), 0);
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp81 SDNode *getGlobalBaseReg();
180 /// getGlobalBaseReg - Output the instructions required to put the
182 SDNode *MBlazeDAGToDAGISel::getGlobalBaseReg() { function in class:MBlazeDAGToDAGISel
183 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
206 return getGlobalBaseReg();
H A DMBlazeInstrInfo.cpp274 /// getGlobalBaseReg - Return a virtual register initialized with the
278 unsigned MBlazeInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:MBlazeInstrInfo
280 unsigned GlobalBaseReg = MBlazeFI->getGlobalBaseReg();
H A DMBlazeMachineFunction.h161 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::MBlazeFunctionInfo
/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h95 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::MipsFunctionInfo
H A DMipsISelDAGToDAG.cpp83 SDNode *getGlobalBaseReg();
103 /// getGlobalBaseReg - Output the instructions required to put the
105 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { function in class:MipsDAGToDAGISel
106 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
299 return getGlobalBaseReg();
H A DMipsInstrInfo.cpp436 /// getGlobalBaseReg - Return a virtual register initialized with the
440 unsigned MipsInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:MipsInstrInfo
442 unsigned GlobalBaseReg = MipsFI->getGlobalBaseReg();
/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h114 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86ISelDAGToDAG.cpp275 /// getGlobalBaseReg - Return an SDNode that returns the value of
279 SDNode *getGlobalBaseReg();
1317 /// getGlobalBaseReg - Return an SDNode that returns the value of
1321 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
1322 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
1728 return getGlobalBaseReg();
H A DX86InstrInfo.cpp2780 // FIXME: PICBase = getGlobalBaseReg(&MF);
3306 /// getGlobalBaseReg - Return a virtual register initialized with the
3312 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
3317 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
3484 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp90 /// 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() { function in class:PPCDAGToDAGISel
822 return getGlobalBaseReg();

Completed in 1078 milliseconds