Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2794 static const SpillSlot FixedSpillOffsets[] = {{ARM::FPCXTNS, -4}}; in getCalleeSavedSpillSlots() local
2795 NumEntries = array_lengthof(FixedSpillOffsets); in getCalleeSavedSpillSlots()
2796 return FixedSpillOffsets; in getCalleeSavedSpillSlots()