Home
last modified time | relevance | path

Searched refs:getGPFI (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsMachineFunction.h77 int getGPFI() const { return GPFI; } in getGPFI() function
79 bool needGPSaveRestore() const { return getGPFI(); } in needGPSaveRestore()
DMipsEmitGPRestore.cpp51 int FI = F.getInfo<MipsFunctionInfo>()->getGPFI(); in runOnMachineFunction()
DMipsFrameLowering.cpp157 (MFI->getObjectOffset(MipsFI->getGPFI()) + RegSize) : in emitPrologue()
258 unsigned Offset = MFI->getObjectOffset(MipsFI->getGPFI()); in emitPrologue()
DMipsISelLowering.cpp1966 if (IsPIC && !MipsFI->getGPFI()) in LowerCall()
1992 MFI->setObjectOffset(MipsFI->getGPFI(), NextStackOffset); in LowerCall()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeMachineFunction.h103 int getGPFI() const { return GPHolder.FI; } in getGPFI() function
DMBlazeRegisterInfo.cpp176 MFI->setObjectOffset(MBlazeFI->getGPFI(), MBlazeFI->getGPStackOffset()); in processFunctionBeforeFrameFinalized()