Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp52 return FPSpillSlot; in createFPSpillSlot()
56 FPSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createFPSpillSlot()
58 return FPSpillSlot; in createFPSpillSlot()
DXCoreMachineFunctionInfo.h33 int FPSpillSlot; variable
76 return FPSpillSlot; in getFPSpillSlot()