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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h37 Register getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::VEMachineFunctionInfo
H A DVEInstrInfo.h78 Register getGlobalBaseReg(MachineFunction *MF) const;
H A DVEISelDAGToDAG.cpp160 SDNode *getGlobalBaseReg();
320 ReplaceNode(N, getGlobalBaseReg());
327 SDNode *VEDAGToDAGISel::getGlobalBaseReg() { function in class:VEDAGToDAGISel
328 Register GlobalBaseReg = Subtarget->getInstrInfo()->getGlobalBaseReg(MF);
H A DVEInstrInfo.cpp456 Register VEInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:VEInstrInfo
458 Register GlobalBaseReg = VEFI->getGlobalBaseReg();
H A DVEISelLowering.cpp334 Subtarget->getInstrInfo()->getGlobalBaseReg(&MF);
344 Subtarget->getInstrInfo()->getGlobalBaseReg(&MF);
817 Subtarget->getInstrInfo()->getGlobalBaseReg(&MF);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h41 Register getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::SparcMachineFunctionInfo
H A DSparcInstrInfo.h99 Register 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 Register SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:SparcInstrInfo
473 Register GlobalBaseReg = SparcFI->getGlobalBaseReg();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h35 Register getGlobalBaseReg(MachineFunction &MF);
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(*MF);
292 ReplaceNode(Node, getGlobalBaseReg());
H A DMipsMachineFunction.cpp47 Register MipsFunctionInfo::getGlobalBaseReg(MachineFunction &MF) { function in class:MipsFunctionInfo
56 getGlobalBaseReg(MF);
H A DMipsISelDAGToDAG.h46 SDNode *getGlobalBaseReg();
H A DMips16ISelDAGToDAG.cpp75 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(MF);
H A DMipsFastISel.cpp423 .addReg(MFI->getGlobalBaseReg(*MF))
440 .addReg(MFI->getGlobalBaseReg(*MF))
H A DMipsISelLowering.cpp147 return DAG.getRegister(FI->getGlobalBaseReg(MF), Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h157 Register getGlobalBaseReg() const { return GlobalBaseReg; } function in class:llvm::X86MachineFunctionInfo
H A DX86InstrInfo.h447 /// getGlobalBaseReg - Return a virtual register initialized with the
451 unsigned getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp745 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3441 unsigned Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3778 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
3780 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF);
H A DX86ISelDAGToDAG.cpp447 SDNode *getGlobalBaseReg();
2709 SDNode *X86DAGToDAGISel::getGlobalBaseReg() { function in class:X86DAGToDAGISel
2710 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF);
4491 ReplaceNode(Node, getGlobalBaseReg());
H A DX86InstrInfo.cpp5990 // FIXME: PICBase = getGlobalBaseReg(&MF);
6701 unsigned X86InstrInfo::getGlobalBaseReg(MachineFunction *MF) const { function in class:X86InstrInfo
6708 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
8528 unsigned GlobalBaseReg = X86FI->getGlobalBaseReg();
H A DX86ISelLowering.cpp[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp196 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
198 SDNode *getGlobalBaseReg();
442 /// getGlobalBaseReg - Output the instructions required to put the
445 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() { function in class:PPCDAGToDAGISel
4679 getGlobalBaseReg();
4691 getGlobalBaseReg();
4695 getGlobalBaseReg();
4701 ReplaceNode(N, getGlobalBaseReg());

Completed in 397 milliseconds