Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp232 unsigned SPAdjust; member
238 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
240 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
248 Info->SPAdjust += ExtraBytes; in addExtraBytes()
259 CFAOffset -= Info.SPAdjust; in emitDefCFAOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp834 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
838 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()