HomeSort by relevance Sort by last modified time
    Searched refs:LRSpillSlot (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp 36 return LRSpillSlot;
42 LRSpillSlot = MFI->CreateFixedObject(RC->getSize(), 0, true);
44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true);
47 return LRSpillSlot;
XCoreMachineFunctionInfo.h 31 int LRSpillSlot;
69 return LRSpillSlot;

Completed in 152 milliseconds