Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp498 unsigned StackSlotSize = 4; in LowerCallArguments() local
539 assert((ObjSize <= StackSlotSize) && "Unhandled argument"); in LowerCallArguments()
602 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCallArguments()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1270 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); in LowerCCCArguments() local
1272 unsigned LRSaveSize = StackSlotSize; in LowerCCCArguments()
1317 if (ObjSize > StackSlotSize) { in LowerCCCArguments()
1355 offset -= StackSlotSize; in LowerCCCArguments()
1387 std::max(Align(StackSlotSize), ArgDI.Flags.getNonZeroByValAlign()); in LowerCCCArguments()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp6212 CharUnits StackSlotSize = CharUnits::fromQuantity(8); in EmitAAPCSVAArg() local
6215 StackSize = StackSlotSize; in EmitAAPCSVAArg()
6217 StackSize = TySize.alignTo(StackSlotSize); in EmitAAPCSVAArg()
6227 TySize < StackSlotSize) { in EmitAAPCSVAArg()
6228 CharUnits Offset = StackSlotSize - TySize; in EmitAAPCSVAArg()