Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp62 SDNode *getGlobalBaseReg();
295 ReplaceNode(N, getGlobalBaseReg()); in Select()
328 SDNode *VEDAGToDAGISel::getGlobalBaseReg() { in getGlobalBaseReg() function in VEDAGToDAGISel
329 Register GlobalBaseReg = Subtarget->getInstrInfo()->getGlobalBaseReg(MF); in getGlobalBaseReg()
H A DVEMachineFunctionInfo.h41 Register getGlobalBaseReg() const { return GlobalBaseReg; } in getGlobalBaseReg() function
H A DVEInstrInfo.h112 Register getGlobalBaseReg(MachineFunction *MF) const;
H A DVEFrameLowering.cpp438 return FuncInfo->getGlobalBaseReg() != 0; in hasGOT()
H A DVEInstrInfo.cpp754 Register VEInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { in getGlobalBaseReg() function in VEInstrInfo
756 Register GlobalBaseReg = VEFI->getGlobalBaseReg(); in getGlobalBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp60 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() { in getGlobalBaseReg() function in MipsDAGToDAGISel
61 Register GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg(*MF); in getGlobalBaseReg()
254 ReplaceNode(Node, getGlobalBaseReg()); in Select()
H A DMipsMachineFunction.cpp55 Register MipsFunctionInfo::getGlobalBaseReg(MachineFunction &MF) { in getGlobalBaseReg()
64 getGlobalBaseReg(MF); in getGlobalBaseRegForGlobalISel()
54 Register MipsFunctionInfo::getGlobalBaseReg(MachineFunction &MF) { getGlobalBaseReg() function in MipsFunctionInfo
H A DMipsMachineFunction.h40 Register getGlobalBaseReg(MachineFunction &MF);
H A DMipsISelDAGToDAG.h41 SDNode *getGlobalBaseReg();
H A DMips16ISelDAGToDAG.cpp66 Register V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(MF); in initGlobalBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp63 SDNode* getGlobalBaseReg();
79 SDNode* SparcDAGToDAGISel::getGlobalBaseReg() { in INITIALIZE_PASS()
80 Register GlobalBaseReg = Subtarget->getInstrInfo()->getGlobalBaseReg(MF); in INITIALIZE_PASS()
344 ReplaceNode(N, getGlobalBaseReg()); in Select()
H A DSparcMachineFunctionInfo.h46 Register getGlobalBaseReg() const { return GlobalBaseReg; } in getGlobalBaseReg() function
H A DSparcInstrInfo.h105 Register getGlobalBaseReg(MachineFunction *MF) const;
H A DSparcInstrInfo.cpp604 Register SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { in getGlobalBaseReg() function in SparcInstrInfo
606 Register GlobalBaseReg = SparcFI->getGlobalBaseReg(); in getGlobalBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h43 Register getGlobalBaseReg() const { return GlobalBaseReg; } in getGlobalBaseReg() function
H A DCSKYInstrInfo.h80 Register getGlobalBaseReg(MachineFunction &MF) const;
H A DCSKYInstrInfo.cpp566 Register CSKYInstrInfo::getGlobalBaseReg(MachineFunction &MF) const { in getGlobalBaseReg() function in CSKYInstrInfo
571 Register GlobalBaseReg = CFI->getGlobalBaseReg(); in getGlobalBaseReg()
H A DCSKYISelDAGToDAG.cpp92 Register GP = Subtarget->getInstrInfo()->getGlobalBaseReg(*MF); in INITIALIZE_PASS()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMachineFunction.h93 unsigned getGlobalBaseReg() const { return GlobalBaseReg; } in getGlobalBaseReg() function
H A DM68kISelDAGToDAG.cpp314 SDNode *getGlobalBaseReg();
384 SDNode *M68kDAGToDAGISel::getGlobalBaseReg() { in getGlobalBaseReg() function in M68kDAGToDAGISel
385 unsigned GlobalBaseReg = getInstrInfo()->getGlobalBaseReg(MF); in getGlobalBaseReg()
692 ReplaceNode(Node, getGlobalBaseReg()); in Select()
H A DM68kInstrInfo.cpp878 unsigned M68kInstrInfo::getGlobalBaseReg(MachineFunction *MF) const { in getGlobalBaseReg() function in M68kInstrInfo
880 unsigned GlobalBaseReg = MxFI->getGlobalBaseReg(); in getGlobalBaseReg()
937 unsigned GlobalBaseReg = MxFI->getGlobalBaseReg(); in runOnMachineFunction()
H A DM68kInstrInfo.h333 unsigned getGlobalBaseReg(MachineFunction *MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h234 Register getGlobalBaseReg() const { return GlobalBaseReg; }
H A DX86InstrInfo.h564 Register getGlobalBaseReg(MachineFunction *MF) const;
H A DX86FastISel.cpp744 AM.Base.Reg = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF); in handleConstantAddresses()
3518 Register Base = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF); in fastLowerCall()
3831 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF); in X86MaterializeFP()
3833 PICBase = getInstrInfo()->getGlobalBaseReg(FuncInfo.MF); in X86MaterializeFP()

12