Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp299 unsigned adjustedGPRCS1Size = GPRCS1Size; in emitPrologue() local
303 adjustedGPRCS1Size += NumBytes; in emitPrologue()
306 CFAOffset += adjustedGPRCS1Size; in emitPrologue()
352 if (adjustedGPRCS1Size) { in emitPrologue()