| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.cpp | 36 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in f64AssignAPCS() 45 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in f64AssignAPCS() 83 ValNo, ValVT, State.AllocateStack(8, Align(8)), LocVT, LocInfo)); in f64AssignAAPCS() 251 It.convertToMem(State.AllocateStack(Size, Align(Size))); in CC_ARM_AAPCS_Custom_Aggregate() 276 It.convertToMem(State.AllocateStack(Size, Alignment)); in CC_ARM_AAPCS_Custom_Aggregate()
|
| /freebsd-13.1/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()
|
| H A D | X86FastISel.cpp | 3290 CCInfo.AllocateStack(32, Align(8)); in fastLowerCall()
|
| H A D | X86ISelLowering.cpp | 3631 CCInfo.AllocateStack(32, Align(8)); in LowerFormalArguments() 3983 CCInfo.AllocateStack(32, Align(8)); in LowerCall() 4749 CCInfo.AllocateStack(32, Align(8)); in IsEligibleForTailCallOptimization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZCallingConv.h | 127 unsigned Offset = Reg ? 0 : State.AllocateStack(8, Align(8)); in CC_SystemZ_I128Indirect() 197 auto Offset = State.AllocateStack(16, Align(8)); in CC_XPLINK64_Allocate128BitVararg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | CallingConvLower.h | 425 unsigned AllocateStack(unsigned Size, Align Alignment) { in AllocateStack() function 438 unsigned AllocateStack(unsigned Size, Align Alignment, in AllocateStack() function 442 return AllocateStack(Size, Alignment); in AllocateStack()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 92 It.convertToMem(State.AllocateStack(Size, SlotAlign)); in finishStackBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 381 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments() 498 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), in lowerCall()
|
| H A D | MipsISelLowering.cpp | 2964 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_MipsO32() 3204 CCInfo.AllocateStack(ReservedArgArea, Align(1)); in LowerCall() 3629 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CallingConvLower.cpp | 56 unsigned Offset = AllocateStack(Size, Alignment); in HandleByVal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 247 RetCCInfo.AllocateStack(CCInfo.getNextStackOffset(), Align(4)); in LowerCall() 624 CCInfo.AllocateStack(AFI->getReturnStackOffset(), Align(4)); in LowerReturn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1120 CCInfo.AllocateStack(4, Align(4)); in LowerCCCCallTo() 1128 RetCCInfo.AllocateStack(CCInfo.getNextStackOffset(), Align(4)); in LowerCCCCallTo() 1456 CCInfo.AllocateStack(XFI->getReturnStackOffset(), Align(4)); in LowerReturn()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 67 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64() 76 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64() 114 unsigned Offset = State.AllocateStack(size, alignment); in CC_Sparc64_Full() 153 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Sparc64_Half()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 7027 State.AllocateStack(XLenInBytes, StackAlign), in CC_RISCVAssign2XLen() 7030 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen() 7042 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen() 7162 unsigned StackOffset = State.AllocateStack(8, Align(8)); in CC_RISCV() 7168 State.AllocateStack(4, Align(4)); in CC_RISCV() 7247 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV() 7549 unsigned Offset4 = State.AllocateStack(4, Align(4)); in CC_RISCV_FastCC() 7555 unsigned Offset5 = State.AllocateStack(8, Align(8)); in CC_RISCV_FastCC() 7578 State.AllocateStack(ValVT.getStoreSize(), StackAlign); in CC_RISCV_FastCC()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 4000 CCInfo.AllocateStack(LinkageSize, PtrAlign); in LowerFormalArguments_32SVR4() 4103 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerFormalArguments_32SVR4() 5728 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerCall_32SVR4() 6566 unsigned Offset = State.AllocateStack(StackSize, PtrAlign); in CC_AIX() 6610 State.AllocateStack(IsPPC64 ? 8 : StoreSize, Align(4)); in CC_AIX() 6664 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6679 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX() 6695 State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6733 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX() 6883 CCInfo.AllocateStack(LinkageSize, Align(PtrByteSize)); in LowerFormalArguments_AIX() [all …]
|
| H A D | PPCFastISel.cpp | 1385 CCInfo.AllocateStack(LinkageSize, Align(8)); in processCallArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 409 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerFormalArguments() 553 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 391 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Lanai32_VarArg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1061 unsigned Offset = CCInfo.AllocateStack(TD->getTypeAllocSize(evt), in analyzeArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 1013 CCInfo.AllocateStack(Layout.getTypeAllocSize(Ty), Alignment); in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 1923 int64_t Offset = CCInfo.AllocateStack(4, Align(4)); in allocateVGPR32Input() 2796 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs() 2864 unsigned SpecialArgOffset = CCInfo.AllocateStack(4, Align(4)); in passSpecialInputs()
|