Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1300 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); in LowerCCCArguments() local
1302 unsigned LRSaveSize = StackSlotSize; in LowerCCCArguments()
1347 if (ObjSize > StackSlotSize) { in LowerCCCArguments()
1386 offset -= StackSlotSize; in LowerCCCArguments()
1419 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign()); in LowerCCCArguments()