HomeSort by relevance Sort by last modified time
    Searched refs:getGPFI (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 77 int getGPFI() const { return GPFI; }
79 bool needGPSaveRestore() const { return getGPFI(); }
MipsEmitGPRestore.cpp 54 int FI = MipsFI->getGPFI();
MipsFrameLowering.cpp 150 (MFI->getObjectOffset(MipsFI->getGPFI()) + RegSize) :
258 unsigned Offset = MFI->getObjectOffset(MipsFI->getGPFI());
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeMachineFunction.h 102 int getGPFI() const { return GPHolder.FI; }
MBlazeRegisterInfo.cpp 176 MFI->setObjectOffset(MBlazeFI->getGPFI(), MBlazeFI->getGPStackOffset());

Completed in 40 milliseconds