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

/freebsd-10.0-release/contrib/llvm/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);
148 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();
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp56 /// getGlobalBaseReg - Output the instructions required to put the
58 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { function in class:MipsDAGToDAGISel
59 unsigned GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
115 return getGlobalBaseReg();
H A DMipsMachineFunction.h72 unsigned getGlobalBaseReg();
H A DMipsISelDAGToDAG.h45 SDNode *getGlobalBaseReg();
H A DMipsMachineFunction.cpp29 unsigned MipsFunctionInfo::getGlobalBaseReg() { function in class:MipsFunctionInfo
H A DMips16ISelDAGToDAG.cpp75 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsSEISelDAGToDAG.cpp118 unsigned V0, V1, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsISelLowering.cpp74 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
/freebsd-10.0-release/contrib/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 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();
/freebsd-10.0-release/contrib/llvm/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.cpp2869 unsigned GlobalBaseReg = AFI->getGlobalBaseReg();
/freebsd-10.0-release/contrib/llvm/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.cpp519 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2017 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2321 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2324 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp275 /// getGlobalBaseReg - Return an SDNode that returns the value of
279 SDNode *getGlobalBaseReg();
1484 /// getGlobalBaseReg - Return an SDNode that returns the value of
1488 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
1489 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
2047 return getGlobalBaseReg();
H A DX86InstrInfo.cpp3992 // FIXME: PICBase = getGlobalBaseReg(&MF);
4533 /// getGlobalBaseReg - Return a virtual register initialized with the
4539 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
4544 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
4738 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp14471 .addReg(TII->getGlobalBaseReg(F))
14572 .addReg(XII->getGlobalBaseReg(MF))
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp101 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
103 SDNode *getGlobalBaseReg();
252 /// getGlobalBaseReg - Output the instructions required to put the
255 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
984 return getGlobalBaseReg();

Completed in 586 milliseconds