Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreMachineFunctionInfo.h32 int FPSpillSlot; variable
40 FPSpillSlot(0), in XCoreFunctionInfo()
46 FPSpillSlot(0), in XCoreFunctionInfo()
60 void setFPSpillSlot(int off) { FPSpillSlot = off; } in setFPSpillSlot()
61 int getFPSpillSlot() const { return FPSpillSlot; } in getFPSpillSlot()
/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()