HomeSort by: relevance | last modified time | path
    Searched refs:getSpillGPRRegs (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZMachineFunctionInfo.h 49 SystemZ::GPRRegs getSpillGPRRegs() const { return SpillGPRRegs; }
SystemZFrameLowering.cpp 212 SystemZ::GPRRegs SpillGPRs = ZFI->getSpillGPRRegs();
451 if (ZFI->getSpillGPRRegs().LowGPR) {
494 bool FreeProbe = (ZFI->getSpillGPRRegs().GPROffset &&
495 (ZFI->getSpillGPRRegs().GPROffset + StackSize) < ProbeSize);

Completed in 17 milliseconds