Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.h65 int createFPSpillSlot(MachineFunction &MF);
H A DXCoreMachineFunctionInfo.cpp59 int XCoreFunctionInfo::createFPSpillSlot(MachineFunction &MF) { in createFPSpillSlot() function in XCoreFunctionInfo
H A DXCoreFrameLowering.cpp562 XFI->createFPSpillSlot(MF); in determineCalleeSaves()