Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86CallingConv.cpp169 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 DX86FastISel.cpp3287 CCInfo.AllocateStack(32, Align(8)); in fastLowerCall()
H A DX86ISelLowering.cpp4122 CCInfo.AllocateStack(32, Align(8)); in LowerFormalArguments()
4478 CCInfo.AllocateStack(32, Align(8)); in LowerCall()
5246 CCInfo.AllocateStack(32, Align(8)); in IsEligibleForTailCallOptimization()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h402 unsigned AllocateStack(unsigned Size, Align Alignment) { in AllocateStack() function
415 unsigned AllocateStack(unsigned Size, Align Alignment, in AllocateStack() function
419 return AllocateStack(Size, Alignment); in AllocateStack()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp92 It.convertToMem(State.AllocateStack(Size, SlotAlign)); in finishStackBlock()
/openbsd-src/gnu/llvm/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.cpp2978 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_MipsO32()
3216 CCInfo.AllocateStack(ReservedArgArea, Align(1)); in LowerCall()
3639 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCallingConvLower.cpp54 unsigned Offset = AllocateStack(Size, Alignment); in HandleByVal()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp286 RetCCInfo.AllocateStack(CCInfo.getNextStackOffset(), Align(4)); in LowerCall()
660 CCInfo.AllocateStack(AFI->getReturnStackOffset(), Align(4)); in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1117 CCInfo.AllocateStack(4, Align(4)); in LowerCCCCallTo()
1125 RetCCInfo.AllocateStack(CCInfo.getNextStackOffset(), Align(4)); in LowerCCCCallTo()
1449 CCInfo.AllocateStack(XFI->getReturnStackOffset(), Align(4)); in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1867 State.AllocateStack(GRLenInBytes, StackAlign), in CC_LoongArchAssign2GRLen()
1870 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen()
1881 ValNo2, ValVT2, State.AllocateStack(GRLenInBytes, Align(GRLenInBytes)), in CC_LoongArchAssign2GRLen()
1999 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp68 ValNo, ValVT, State.AllocateStack(8, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64()
77 ValNo, ValVT, State.AllocateStack(4, Align(4)), LocVT, LocInfo)); in CC_Sparc_Assign_Split_64()
115 unsigned Offset = State.AllocateStack(size, alignment); in Analyze_CC_Sparc64_Full()
159 unsigned Offset = State.AllocateStack(4, Align(4)); in Analyze_CC_Sparc64_Half()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4067 CCInfo.AllocateStack(LinkageSize, PtrAlign); in LowerFormalArguments_32SVR4()
4170 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerFormalArguments_32SVR4()
5760 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(), in LowerCall_32SVR4()
5803 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerCall_32SVR4()
6637 unsigned Offset = State.AllocateStack(StackSize, PtrAlign); in CC_AIX()
6662 const unsigned Offset = State.AllocateStack(PtrAlign.value(), PtrAlign); in CC_AIX()
6681 State.AllocateStack(IsPPC64 ? 8 : StoreSize, Align(4)); in CC_AIX()
6735 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX()
6750 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX()
6766 State.AllocateStack(VecSize, VecAlign); in CC_AIX()
[all …]
H A DPPCFastISel.cpp1386 CCInfo.AllocateStack(LinkageSize, Align(8)); in processCallArgs()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp387 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Lanai32_VarArg()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11942 State.AllocateStack(XLenInBytes, StackAlign), in CC_RISCVAssign2XLen()
11945 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
11957 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
12086 unsigned StackOffset = State.AllocateStack(8, Align(8)); in CC_RISCV()
12092 State.AllocateStack(4, Align(4)); in CC_RISCV()
12172 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()
12496 unsigned Offset4 = State.AllocateStack(4, Align(4)); in CC_RISCV_FastCC()
12502 unsigned Offset5 = State.AllocateStack(8, Align(8)); in CC_RISCV_FastCC()
12525 State.AllocateStack(ValVT.getStoreSize(), StackAlign); in CC_RISCV_FastCC()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp457 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerFormalArguments()
601 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1126 CCInfo.AllocateStack(Layout.getTypeAllocSize(Ty), Alignment); in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1231 unsigned Offset = CCInfo.AllocateStack(TD->getTypeAllocSize(evt), in analyzeArguments()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1978 int64_t Offset = CCInfo.AllocateStack(4, Align(4)); in allocateVGPR32Input()
2886 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs()
2976 unsigned SpecialArgOffset = CCInfo.AllocateStack(4, Align(4)); in passSpecialInputs()