HomeSort by relevance Sort by last modified time
    Searched defs:getGlobalBaseReg (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 29 unsigned MipsFunctionInfo::getGlobalBaseReg() {
MipsISelDAGToDAG.cpp 56 /// getGlobalBaseReg - Output the instructions required to put the
58 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() {
59 unsigned GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
115 return getGlobalBaseReg();
  /external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.h 42 unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
SparcISelDAGToDAG.cpp 64 SDNode* getGlobalBaseReg();
68 SDNode* SparcDAGToDAGISel::getGlobalBaseReg() {
69 unsigned GlobalBaseReg = TM.getInstrInfo()->getGlobalBaseReg(MF);
148 return getGlobalBaseReg();
SparcInstrInfo.cpp 372 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const
375 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 120 unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
X86ISelDAGToDAG.cpp 275 /// getGlobalBaseReg - Return an SDNode that returns the value of
279 SDNode *getGlobalBaseReg();
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 272 unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 101 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
103 SDNode *getGlobalBaseReg();
252 /// getGlobalBaseReg - Output the instructions required to put the
255 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() {
    [all...]

Completed in 89 milliseconds