Searched refs:getGlobalBaseReg (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsMachineFunction.cpp29 unsigned MipsFunctionInfo::getGlobalBaseReg() { function in class:MipsFunctionInfo
H A DMipsMachineFunction.h69 unsigned getGlobalBaseReg();
H A DMipsISelDAGToDAG.cpp87 SDNode *getGlobalBaseReg();
128 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg();
280 /// getGlobalBaseReg - Output the instructions required to put the
282 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { function in class:MipsDAGToDAGISel
283 unsigned GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
483 return getGlobalBaseReg();
H A DMipsISelLowering.cpp55 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h37 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.h102 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DSparcInstrInfo.cpp337 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const function in class:SparcInstrInfo
340 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
/macosx-10.10/llvmCore-3425.0.34/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 DMBlazeMachineFunction.h160 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::MBlazeFunctionInfo
H A DMBlazeInstrInfo.h231 /// getGlobalBaseReg - Return a virtual register initialized with the
235 unsigned getGlobalBaseReg(MachineFunction *MF) const;
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();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMInstrInfo.cpp101 if (AFI->getGlobalBaseReg() == 0)
121 unsigned GlobalBaseReg = AFI->getGlobalBaseReg();
H A DARMMachineFunctionInfo.h257 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::ARMFunctionInfo
H A DARMFastISel.cpp2831 unsigned GlobalBaseReg = AFI->getGlobalBaseReg();
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86MachineFunctionInfo.h120 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86InstrInfo.h349 /// getGlobalBaseReg - Return a virtual register initialized with the
353 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp516 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
1814 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2113 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2116 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp278 /// getGlobalBaseReg - Return an SDNode that returns the value of
282 SDNode *getGlobalBaseReg();
1477 /// getGlobalBaseReg - Return an SDNode that returns the value of
1481 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
1482 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
2043 return getGlobalBaseReg();
H A DX86InstrInfo.cpp3933 // FIXME: PICBase = getGlobalBaseReg(&MF);
4476 /// getGlobalBaseReg - Return a virtual register initialized with the
4482 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
4487 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
4689 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp13242 .addReg(TII->getGlobalBaseReg(F))
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp89 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
91 SDNode *getGlobalBaseReg();
246 /// getGlobalBaseReg - Output the instructions required to put the
249 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
837 return getGlobalBaseReg();

Completed in 233 milliseconds