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

/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1304 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); local
1306 unsigned LRSaveSize = StackSlotSize;
1351 if (ObjSize > StackSlotSize) {
1390 offset -= StackSlotSize;
1423 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4657 CharUnits StackSlotSize = CharUnits::fromQuantity(8);
4660 StackSize = StackSlotSize;
4662 StackSize = TyInfo.first.RoundUpToAlignment(StackSlotSize);
4672 TyInfo.first < StackSlotSize) {
4673 CharUnits Offset = StackSlotSize - TyInfo.first;

Completed in 73 milliseconds