| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.cpp | 169 State.AllocateStack(8, Align(8)); in CC_X86_64_VectorCall() 284 It.convertToMem(State.AllocateStack(4, Align(4))); in CC_X86_32_MCUInReg() 308 Offset = State.AllocateStack(5 * SlotSize, Align(4)); in CC_X86_Intr() 319 (void)State.AllocateStack(6 * SlotSize, Align(4)); in CC_X86_Intr() 367 int64_t Offset = State.AllocateStack(16, Align(16)); in CC_X86_64_I128() 394 int64_t Offset = State.AllocateStack(16, Align(16)); in CC_X86_32_I128_FP128()
|
| H A D | X86ISelLoweringCall.cpp | 1727 CCInfo.AllocateStack(32, Align(8)); in LowerFormalArguments() 2075 CCInfo.AllocateStack(32, Align(8)); in LowerCall()
|
| H A D | X86FastISel.cpp | 3380 CCInfo.AllocateStack(32, Align(8)); in fastLowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.cpp | 35 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in f64AssignAPCS() 44 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in f64AssignAPCS() 82 ValNo, ValVT, State.AllocateStack(8, Align(8)), LocVT, LocInfo)); in f64AssignAAPCS() 250 It.convertToMem(State.AllocateStack(Size, Align(Size))); in CC_ARM_AAPCS_Custom_Aggregate() 275 It.convertToMem(State.AllocateStack(Size, Alignment)); in CC_ARM_AAPCS_Custom_Aggregate() 327 ValNo, ValVT, State.AllocateStack(4, Align(4)), MVT::i32, LocInfo)); in CC_ARM_AAPCS_Common_Custom_f16_Stack()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYCallingConv.h | 33 unsigned StackOffset = State.AllocateStack(8, Align(4)); in CC_CSKY_ABIV2_SOFT_64() 39 State.AllocateStack(4, Align(4)); in CC_CSKY_ABIV2_SOFT_64()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 129 : State.AllocateStack(8, Align(8)); in CC_SystemZ_I128Indirect() 203 auto Offset = State.AllocateStack(16, Align(8)); in CC_XPLINK64_Allocate128BitVararg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVCallingConv.cpp | 259 State.AllocateStack(XLenInBytes, StackAlign), in CC_RISCVAssign2XLen() 262 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen() 274 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen() 494 int64_t StackOffset = State.AllocateStack(8, Align(8)); in CC_RISCV() 506 int64_t StackOffset = State.AllocateStack(4, Align(4)); in CC_RISCV() 585 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV() 734 int64_t Offset = State.AllocateStack(LocVT.getStoreSize(), StackAlign); in CC_RISCV_FastCC()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 407 int64_t AllocateStack(unsigned Size, Align Alignment) { in AllocateStack() function 425 int64_t AllocateStack(unsigned Size, Align Alignment, in AllocateStack() function 429 return AllocateStack(Size, Alignment); in AllocateStack()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 102 It.convertToMem(State.AllocateStack(Size, SlotAlign)); in finishStackBlock()
|
| H A D | AArch64ISelLowering.cpp | 8426 CCInfo.AllocateStack(32, Align(16)); in analyzeCallOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 392 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments() 510 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), in lowerCall()
|
| H A D | MipsISelLowering.cpp | 3155 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_MipsO32() 3392 CCInfo.AllocateStack(ReservedArgArea, Align(1)); in LowerCall() 3821 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 57 uint64_t Offset = AllocateStack(Size, Alignment); in HandleByVal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 271 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCall() 646 CCInfo.AllocateStack(AFI->getReturnStackOffset(), Align(4)); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1002 CCInfo.AllocateStack(4, Align(4)); in LowerCCCCallTo() 1010 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCCCCallTo() 1330 CCInfo.AllocateStack(XFI->getReturnStackOffset(), Align(4)); in LowerReturn()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 351 unsigned Offset = State.AllocateStack(ByValSize, ByValAlign); in CC_Xtensa_Custom() 403 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_Xtensa_Custom()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 72 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64() 81 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64() 120 unsigned Offset = State.AllocateStack(size, alignment); in Analyze_CC_Sparc64_Full() 164 unsigned Offset = State.AllocateStack(4, Align(4)); in Analyze_CC_Sparc64_Half()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4294 CCInfo.AllocateStack(LinkageSize, PtrAlign); in LowerFormalArguments_32SVR4() 4397 CCByValInfo.AllocateStack(CCInfo.getStackSize(), PtrAlign); in LowerFormalArguments_32SVR4() 6024 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(), in LowerCall_32SVR4() 6067 CCByValInfo.AllocateStack(CCInfo.getStackSize(), PtrAlign); in LowerCall_32SVR4() 6910 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX() 6917 unsigned Offset = State.AllocateStack(StackSize, ObjAlign); in CC_AIX() 6941 const unsigned Offset = State.AllocateStack(PtrSize, PtrAlign); in CC_AIX() 6960 State.AllocateStack(IsPPC64 ? 8 : StoreSize, Align(4)); in CC_AIX() 7014 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 7026 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX() [all …]
|
| H A D | PPCFastISel.cpp | 1375 CCInfo.AllocateStack(LinkageSize, Align(8)); in processCallArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 6673 State.AllocateStack(GRLenInBytes, StackAlign), in CC_LoongArchAssign2GRLen() 6676 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen() 6687 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen() 6769 int64_t StackOffset = State.AllocateStack(8, Align(8)); in CC_LoongArch() 6781 int64_t StackOffset = State.AllocateStack(4, Align(4)); in CC_LoongArch() 6833 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 379 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Lanai32_VarArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 455 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerFormalArguments() 594 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1230 unsigned Offset = CCInfo.AllocateStack(TD->getTypeAllocSize(evt), in analyzeArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1352 CCInfo.AllocateStack(Layout.getTypeAllocSize(Ty), Alignment); in LowerCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 2403 int64_t Offset = CCInfo.AllocateStack(4, Align(4)); in allocateVGPR32Input() 3522 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs() 3612 unsigned SpecialArgOffset = CCInfo.AllocateStack(4, Align(4)); in passSpecialInputs()
|