Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3886 std::vector<CalleeSavedInfo> VGSaves; in assignCalleeSavedSpillSlots() local
3891 VGSaves.push_back(VGInfo); in assignCalleeSavedSpillSlots()
3896 VGSaves.push_back(VGInfo); in assignCalleeSavedSpillSlots()
3903 CSI.insert(CSI.begin() + I, VGSaves.begin(), VGSaves.end()); in assignCalleeSavedSpillSlots()
3908 CSI.insert(CSI.end(), VGSaves.begin(), VGSaves.end()); in assignCalleeSavedSpillSlots()