Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp190 unsigned adjustedGPRCS1Size = GPRCS1Size; in emitPrologue() local
193 adjustedGPRCS1Size += NumBytes; in emitPrologue()
197 if (adjustedGPRCS1Size) { in emitPrologue()
198 CFAOffset -= adjustedGPRCS1Size; in emitPrologue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp214 unsigned adjustedGPRCS1Size = GPRCS1Size; in emitPrologue() local
218 adjustedGPRCS1Size += NumBytes; in emitPrologue()
222 if (adjustedGPRCS1Size) { in emitPrologue()
223 CFAOffset -= adjustedGPRCS1Size; in emitPrologue()