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

  /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);
152 return getGlobalBaseReg();
SparcInstrInfo.cpp 425 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const
428 unsigned GlobalBaseReg = SparcFI->getGlobalBaseReg();
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 76 unsigned MipsFunctionInfo::getGlobalBaseReg() {
MipsISelDAGToDAG.cpp 58 /// getGlobalBaseReg - Output the instructions required to put the
60 SDNode *MipsDAGToDAGISel::getGlobalBaseReg() {
61 unsigned GlobalBaseReg = MF->getInfo<MipsFunctionInfo>()->getGlobalBaseReg();
201 return getGlobalBaseReg();
  /external/llvm/lib/Target/X86/
X86MachineFunctionInfo.h 120 unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
X86ISelDAGToDAG.cpp 285 /// getGlobalBaseReg - Return an SDNode that returns the value of
289 SDNode *getGlobalBaseReg();
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 209 unsigned getGlobalBaseReg() const { return GlobalBaseReg; }
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 109 /// getGlobalBaseReg - insert code into the entry mbb to materialize the PIC
111 SDNode *getGlobalBaseReg();
266 /// getGlobalBaseReg - Output the instructions required to put the
269 SDNode *PPCDAGToDAGISel::getGlobalBaseReg() {
    [all...]

Completed in 604 milliseconds