Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp500 unsigned StackSlotSize = 4; in LowerCallArguments() local
541 assert((ObjSize <= StackSlotSize) && "Unhandled argument"); in LowerCallArguments()
605 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCallArguments()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1273 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); in LowerCCCArguments() local
1275 unsigned LRSaveSize = StackSlotSize; in LowerCCCArguments()
1320 if (ObjSize > StackSlotSize) { in LowerCCCArguments()
1358 offset -= StackSlotSize; in LowerCCCArguments()
1392 std::max(Align(StackSlotSize), ArgDI->Flags.getNonZeroByValAlign()); in LowerCCCArguments()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp6199 CharUnits StackSlotSize = CharUnits::fromQuantity(8); in EmitAAPCSVAArg() local
6202 StackSize = StackSlotSize; in EmitAAPCSVAArg()
6204 StackSize = TySize.alignTo(StackSlotSize); in EmitAAPCSVAArg()
6214 TySize < StackSlotSize) { in EmitAAPCSVAArg()
6215 CharUnits Offset = StackSlotSize - TySize; in EmitAAPCSVAArg()