Home
last modified time | relevance | path

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

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