Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFrameLowering.cpp186 unsigned SPAdjust; member
192 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
194 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
202 Info->SPAdjust += ExtraBytes; in addExtraBytes()
213 CFAOffset -= Info.SPAdjust; in emitDefCFAOffsets()
/external/llvm-project/llvm/lib/Target/ARM/
DARMFrameLowering.cpp211 unsigned SPAdjust; member
217 void addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, in addInst()
219 InstInfo Info = {I, SPAdjust, BeforeFPSet}; in addInst()
227 Info->SPAdjust += ExtraBytes; in addExtraBytes()
238 CFAOffset += Info.SPAdjust; in emitDefCFAOffsets()
/external/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()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp782 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
786 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()
/external/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()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp1016 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument
1020 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()