Searched refs:needGPSaveRestore (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsMachineFunction.h79 bool needGPSaveRestore() const { return getGPFI(); } function in class:llvm::MipsFunctionInfo
H A DMipsFrameLowering.cpp149 unsigned LocalVarAreaOffset = MipsFI->needGPSaveRestore() ?
257 if (MipsFI->needGPSaveRestore()) {
H A DMipsISelLowering.cpp2402 if (MipsFI->needGPSaveRestore())
/external/llvm/lib/Target/MBlaze/
H A DMBlazeMachineFunction.h105 bool needGPSaveRestore() const { return GPHolder.SPOffset != -1; } function in class:llvm::MBlazeFunctionInfo
H A DMBlazeRegisterInfo.cpp175 if (MBlazeFI->needGPSaveRestore())

Completed in 53 milliseconds