Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp895 unsigned NumGPRSpilled = 0; in processFunctionBeforeCalleeSavedScan() local
947 NumGPRSpilled += 2; in processFunctionBeforeCalleeSavedScan()
968 MFI->estimateStackSize(MF) + 8 * (NumGPRSpilled + NumFPRSpilled); in processFunctionBeforeCalleeSavedScan()