Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp63 return EHSpillSlot; in createEHSpillSlot()
67 EHSpillSlot[0] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
68 EHSpillSlot[1] = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createEHSpillSlot()
70 return EHSpillSlot; in createEHSpillSlot()
DXCoreMachineFunctionInfo.h35 int EHSpillSlot[2]; variable
83 return EHSpillSlot; in getEHSpillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp68 return EHSpillSlot; in createEHSpillSlot()
75 EHSpillSlot[0] = MFI.CreateStackObject(Size, Align, true); in createEHSpillSlot()
76 EHSpillSlot[1] = MFI.CreateStackObject(Size, Align, true); in createEHSpillSlot()
78 return EHSpillSlot; in createEHSpillSlot()
DXCoreMachineFunctionInfo.h34 int EHSpillSlot[2]; variable
72 return EHSpillSlot; in getEHSpillSlot()