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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp462 unsigned StackSlotSize = 4; local
503 assert((ObjSize <= StackSlotSize) && "Unhandled argument");
566 unsigned Align = std::max(StackSlotSize, ArgDI.Flags.getByValAlign());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1276 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); local
1278 unsigned LRSaveSize = StackSlotSize;
1323 if (ObjSize > StackSlotSize) {
1361 offset -= StackSlotSize;
1394 unsigned Align = std::max(StackSlotSize, ArgDI->Flags.getByValAlign());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5594 CharUnits StackSlotSize = CharUnits::fromQuantity(8);
5597 StackSize = StackSlotSize;
5599 StackSize = TySize.alignTo(StackSlotSize);
5609 TySize < StackSlotSize) {
5610 CharUnits Offset = StackSlotSize - TySize;

Completed in 144 milliseconds