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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMachineFunctionInfo.cpp15 unsigned LanaiMachineFunctionInfo::getGlobalBaseReg() { function in class:LanaiMachineFunctionInfo
H A DLanaiMachineFunctionInfo.h49 unsigned getGlobalBaseReg();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h41 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::SparcMachineFunctionInfo
H A DSparcInstrInfo.h99 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DSparcISelDAGToDAG.cpp63 SDNode* getGlobalBaseReg();
68 SDNode* SparcDAGToDAGISel::getGlobalBaseReg() { function in class:SparcDAGToDAGISel
69 unsigned GlobalBaseReg = Subtarget->getInstrInfo()->getGlobalBaseReg(MF);
338 ReplaceNode(N, getGlobalBaseReg());
H A DSparcInstrInfo.cpp471 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const function in class:SparcInstrInfo
474 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h35 Register getGlobalBaseReg();
H A DMipsISelDAGToDAG.cpp65 /// getGlobalBaseReg - Output the instructions required to put the
67 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { function in class:MipsDAGToDAGISel
68 Register GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
292 ReplaceNode(Node, getGlobalBaseReg());
H A DMipsMachineFunction.cpp47 Register MipsFunctionInfo::getGlobalBaseReg() { function in class:MipsFunctionInfo
56 getGlobalBaseReg();
H A DMipsISelDAGToDAG.h46 SDNode *getGlobalBaseReg();
H A DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg();
H A DMipsFastISel.cpp423 .addReg(MFI->getGlobalBaseReg())
440 .addReg(MFI->getGlobalBaseReg())
H A DMipsISelLowering.cpp146 return DAG.getRegister(FI->getGlobalBaseReg(), Ty);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h149 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86InstrInfo.h419 /// getGlobalBaseReg - Return a virtual register initialized with the
423 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp746 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3446 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3782 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3784 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp455 SDNode *getGlobalBaseReg();
2680 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
2681 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
4506 ReplaceNode(Node, getGlobalBaseReg());
H A DX86InstrInfo.cpp5310 // FIXME: PICBase = getGlobalBaseReg(&MF);
6017 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
6024 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
7825 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp25206 (void)TII->getGlobalBaseReg(&DAG.getMachineFunction());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp194 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
196 SDNode *getGlobalBaseReg();
427 /// getGlobalBaseReg - Output the instructions required to put the
430 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
4559 getGlobalBaseReg();
4571 getGlobalBaseReg();
4575 getGlobalBaseReg();
4581 ReplaceNode(N, getGlobalBaseReg());

Completed in 383 milliseconds