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

/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h42 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::SparcMachineFunctionInfo
H A DSparcInstrInfo.h99 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DSparcISelDAGToDAG.cpp65 SDNode* getGlobalBaseReg();
70 SDNode* SparcDAGToDAGISel::getGlobalBaseReg() { function in class:SparcDAGToDAGISel
71 unsigned GlobalBaseReg = Subtarget->getInstrInfo()->getGlobalBaseReg(MF);
337 return getGlobalBaseReg();
H A DSparcInstrInfo.cpp450 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const function in class:SparcInstrInfo
453 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
/freebsd-11.0-release/contrib/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();
209 return getGlobalBaseReg();
H A DMipsMachineFunction.h46 unsigned getGlobalBaseReg();
H A DMipsMachineFunction.cpp33 unsigned MipsFunctionInfo::getGlobalBaseReg() { function in class:MipsFunctionInfo
H A DMipsISelDAGToDAG.h45 SDNode *getGlobalBaseReg();
H A DMips16ISelDAGToDAG.cpp77 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsSEISelDAGToDAG.cpp140 unsigned V0, V1, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsFastISel.cpp362 .addReg(MFI->getGlobalBaseReg())
379 .addReg(MFI->getGlobalBaseReg())
H A DMipsISelLowering.cpp76 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h137 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86InstrInfo.h445 /// getGlobalBaseReg - Return a virtual register initialized with the
449 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp606 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3062 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3404 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3407 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp372 SDNode *getGlobalBaseReg();
1710 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
1711 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
2291 return getGlobalBaseReg();
H A DX86InstrInfo.cpp6089 // FIXME: PICBase = getGlobalBaseReg(&MF);
6726 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
6731 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
7170 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp22305 .addReg(TII->getGlobalBaseReg(F))
22406 .addReg(XII->getGlobalBaseReg(MF))
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp121 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
123 SDNode *getGlobalBaseReg();
312 /// getGlobalBaseReg - Output the instructions required to put the
315 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
2445 return getGlobalBaseReg();

Completed in 296 milliseconds