Home
last modified time | relevance | path

Searched refs:AllocateStack (Results 1 – 25 of 25) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.h33 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()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp36 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()
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()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.cpp170 State.AllocateStack(8, Align(8)); in CC_X86_64_VectorCall()
285 It.convertToMem(State.AllocateStack(4, Align(4))); in CC_X86_32_MCUInReg()
309 Offset = State.AllocateStack(5 * SlotSize, Align(4)); in CC_X86_Intr()
320 (void)State.AllocateStack(6 * SlotSize, Align(4)); in CC_X86_Intr()
H A DX86ISelLoweringCall.cpp1696 CCInfo.AllocateStack(32, Align(8)); in LowerFormalArguments()
2032 CCInfo.AllocateStack(32, Align(8)); in LowerCall()
H A DX86FastISel.cpp3339 CCInfo.AllocateStack(32, Align(8)); in fastLowerCall()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h129 : State.AllocateStack(8, Align(8)); in CC_SystemZ_I128Indirect()
192 auto Offset = State.AllocateStack(16, Align(8)); in CC_XPLINK64_Allocate128BitVararg()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h404 int64_t AllocateStack(unsigned Size, Align Alignment) { in AllocateStack() function
422 int64_t AllocateStack(unsigned Size, Align Alignment, in AllocateStack() function
426 return AllocateStack(Size, Alignment); in AllocateStack()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp103 It.convertToMem(State.AllocateStack(Size, SlotAlign)); in finishStackBlock()
H A DAArch64ISelLowering.cpp7917 CCInfo.AllocateStack(32, Align(16)); in analyzeCallOperands()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp395 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments()
512 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), in lowerCall()
H A DMipsISelLowering.cpp3003 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_MipsO32()
3240 CCInfo.AllocateStack(ReservedArgArea, Align(1)); in LowerCall()
3663 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp57 uint64_t Offset = AllocateStack(Size, Alignment); in HandleByVal()
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp288 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCall()
662 CCInfo.AllocateStack(AFI->getReturnStackOffset(), Align(4)); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp138 unsigned Offset = State.AllocateStack(ByValSize, ByValAlign); in CC_Xtensa_Custom()
190 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_Xtensa_Custom()
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1029 CCInfo.AllocateStack(4, Align(4)); in LowerCCCCallTo()
1037 RetCCInfo.AllocateStack(CCInfo.getStackSize(), Align(4)); in LowerCCCCallTo()
1359 CCInfo.AllocateStack(XFI->getReturnStackOffset(), Align(4)); in LowerReturn()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp70 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64()
79 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64()
117 unsigned Offset = State.AllocateStack(size, alignment); in Analyze_CC_Sparc64_Full()
161 unsigned Offset = State.AllocateStack(4, Align(4)); in Analyze_CC_Sparc64_Half()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4279 CCInfo.AllocateStack(LinkageSize, PtrAlign); in LowerFormalArguments_32SVR4()
4382 CCByValInfo.AllocateStack(CCInfo.getStackSize(), PtrAlign); in LowerFormalArguments_32SVR4()
6010 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(), in LowerCall_32SVR4()
6053 CCByValInfo.AllocateStack(CCInfo.getStackSize(), PtrAlign); in LowerCall_32SVR4()
6898 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX()
6905 unsigned Offset = State.AllocateStack(StackSize, ObjAlign); in CC_AIX()
6929 const unsigned Offset = State.AllocateStack(PtrSize, PtrAlign); in CC_AIX()
6948 State.AllocateStack(IsPPC64 ? 8 : StoreSize, Align(4)); in CC_AIX()
7002 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX()
7014 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX()
[all …]
H A DPPCFastISel.cpp1386 CCInfo.AllocateStack(LinkageSize, Align(8)); in processCallArgs()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp389 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Lanai32_VarArg()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4695 State.AllocateStack(GRLenInBytes, StackAlign), in CC_LoongArchAssign2GRLen()
4698 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen()
4709 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen()
4831 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp457 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerFormalArguments()
600 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18971 State.AllocateStack(XLenInBytes, StackAlign), in CC_RISCVAssign2XLen()
18974 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
18986 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
19101 unsigned StackOffset = State.AllocateStack(8, Align(8)); in CC_RISCV()
19113 unsigned StackOffset = State.AllocateStack(4, Align(4)); in CC_RISCV()
19196 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()
19547 unsigned Offset2 = State.AllocateStack(2, Align(2)); in CC_RISCV_FastCC()
19553 unsigned Offset4 = State.AllocateStack(4, Align(4)); in CC_RISCV_FastCC()
19559 unsigned Offset5 = State.AllocateStack(8, Align(8)); in CC_RISCV_FastCC()
19583 State.AllocateStack(ValVT.getStoreSize(), StackAlign); in CC_RISCV_FastCC()
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1277 unsigned Offset = CCInfo.AllocateStack(TD->getTypeAllocSize(evt), in analyzeArguments()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1179 CCInfo.AllocateStack(Layout.getTypeAllocSize(Ty), Alignment); in LowerCall()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2300 int64_t Offset = CCInfo.AllocateStack(4, Align(4)); in allocateVGPR32Input()
3409 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs()
3499 unsigned SpecialArgOffset = CCInfo.AllocateStack(4, Align(4)); in passSpecialInputs()