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

/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h42 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);
152 return getGlobalBaseReg();
H A DSparcInstrInfo.h95 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DSparcInstrInfo.cpp425 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const function in class:SparcInstrInfo
428 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp58 /// getGlobalBaseReg - Output the instructions required to put the
60 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { function in class:MipsDAGToDAGISel
61 unsigned GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
201 return getGlobalBaseReg();
H A DMipsMachineFunction.h65 unsigned getGlobalBaseReg();
H A DMipsISelDAGToDAG.h45 SDNode *getGlobalBaseReg();
H A DMipsMachineFunction.cpp76 unsigned MipsFunctionInfo::getGlobalBaseReg() { function in class:MipsFunctionInfo
H A DMips16ISelDAGToDAG.cpp76 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsFastISel.cpp353 EmitInst(Mips::LW, DestReg).addReg(MFI->getGlobalBaseReg()).addGlobalAddress(
H A DMipsSEISelDAGToDAG.cpp134 unsigned V0, V1, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsISelLowering.cpp87 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
/external/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp102 if (AFI->getGlobalBaseReg() == 0)
136 unsigned GlobalBaseReg = AFI->getGlobalBaseReg();
H A DARMMachineFunctionInfo.h209 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::ARMFunctionInfo
H A DARMFastISel.cpp2965 unsigned GlobalBaseReg = AFI->getGlobalBaseReg();
/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h120 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86InstrInfo.h384 /// getGlobalBaseReg - Return a virtual register initialized with the
388 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp569 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
2945 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3259 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3262 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp285 /// getGlobalBaseReg - Return an SDNode that returns the value of
289 SDNode *getGlobalBaseReg();
1560 /// getGlobalBaseReg - Return an SDNode that returns the value of
1564 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
1565 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
2126 return getGlobalBaseReg();
H A DX86InstrInfo.cpp4465 // FIXME: PICBase = getGlobalBaseReg(&MF);
5164 /// getGlobalBaseReg - Return a virtual register initialized with the
5170 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
5175 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
5418 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp17697 .addReg(TII->getGlobalBaseReg(F))
17797 .addReg(XII->getGlobalBaseReg(MF))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp109 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
111 SDNode *getGlobalBaseReg();
266 /// getGlobalBaseReg - Output the instructions required to put the
269 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
1012 return getGlobalBaseReg();

Completed in 442 milliseconds