Searched refs:SPAdjust (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 186 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/ |
D | ARMFrameLowering.cpp | 211 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/ |
D | ARMFrameLowering.cpp | 232 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/ |
D | X86FrameLowering.cpp | 782 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/ |
D | X86FrameLowering.cpp | 834 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/ |
D | X86FrameLowering.cpp | 1016 static unsigned calculateSetFPREG(uint64_t SPAdjust) { in calculateSetFPREG() argument 1020 uint64_t SEHFrameOffset = std::min(SPAdjust, Win64MaxSEHOffset); in calculateSetFPREG()
|