Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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()
/netbsd-src/external/apache2/llvm/dist/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.cpp3289 CCInfo.AllocateStack(32, Align(8)); in fastLowerCall()
H A DX86ISelLowering.cpp3636 CCInfo.AllocateStack(32, Align(8)); in LowerFormalArguments()
3988 CCInfo.AllocateStack(32, Align(8)); in LowerCall()
4752 CCInfo.AllocateStack(32, Align(8)); in IsEligibleForTailCallOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h127 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h425 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp92 It.convertToMem(State.AllocateStack(Size, SlotAlign)); in finishStackBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp56 unsigned Offset = AllocateStack(Size, Alignment); in HandleByVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp456 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(F.getCallingConv()), in lowerFormalArguments()
578 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(Info.CallConv), in lowerCall()
H A DMipsISelLowering.cpp2954 unsigned Offset = State.AllocateStack(ValVT.getStoreSize(), OrigAlign); in CC_MipsO32()
3200 CCInfo.AllocateStack(ReservedArgArea, Align(1)); in LowerCall()
3622 CCInfo.AllocateStack(ABI.GetCalleeAllocdArgSizeInBytes(CallConv), Align(1)); in LowerFormalArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp247 RetCCInfo.AllocateStack(CCInfo.getNextStackOffset(), Align(4)); in LowerCall()
624 CCInfo.AllocateStack(AFI->getReturnStackOffset(), Align(4)); in LowerReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1120 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3991 CCInfo.AllocateStack(LinkageSize, PtrAlign); in LowerFormalArguments_32SVR4()
4094 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerFormalArguments_32SVR4()
5676 CCInfo.AllocateStack(Subtarget.getFrameLowering()->getLinkageSize(), in LowerCall_32SVR4()
5719 CCByValInfo.AllocateStack(CCInfo.getNextStackOffset(), PtrAlign); in LowerCall_32SVR4()
6557 unsigned Offset = State.AllocateStack(StackSize, PtrAlign); in CC_AIX()
6582 const unsigned Offset = State.AllocateStack(PtrAlign.value(), PtrAlign); in CC_AIX()
6601 State.AllocateStack(IsPPC64 ? 8 : StoreSize, Align(4)); in CC_AIX()
6655 const unsigned Offset = State.AllocateStack(VecSize, VecAlign); in CC_AIX()
6670 State.AllocateStack(PtrSize, PtrAlign); in CC_AIX()
6686 State.AllocateStack(VecSize, VecAlign); in CC_AIX()
[all …]
H A DPPCFastISel.cpp1385 CCInfo.AllocateStack(LinkageSize, Align(8)); in processCallArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp67 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6650 State.AllocateStack(XLenInBytes, StackAlign), in CC_RISCVAssign2XLen()
6653 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
6665 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
6764 unsigned StackOffset = State.AllocateStack(8, Align(8)); in CC_RISCV()
6770 State.AllocateStack(4, Align(4)); in CC_RISCV()
6852 Reg ? 0 : State.AllocateStack(XLen / 8, Align(XLen / 8)); in CC_RISCV()
7148 unsigned Offset4 = State.AllocateStack(4, Align(4)); in CC_RISCV_FastCC()
7154 unsigned Offset5 = State.AllocateStack(8, Align(8)); in CC_RISCV_FastCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp408 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerFormalArguments()
552 CCInfo.AllocateStack(ArgsPreserved, Align(8)); in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp391 unsigned Offset = State.AllocateStack(4, Align(4)); in CC_Lanai32_VarArg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1051 unsigned Offset = CCInfo.AllocateStack(TD->getTypeAllocSize(evt), in analyzeArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp981 CCInfo.AllocateStack(Layout.getTypeAllocSize(Ty), Alignment); in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1883 int64_t Offset = CCInfo.AllocateStack(4, Align(4)); in allocateVGPR32Input()
2756 CCInfo.AllocateStack(ArgVT.getStoreSize(), Align(4)); in passSpecialInputs()
2824 unsigned SpecialArgOffset = CCInfo.AllocateStack(4, Align(4)); in passSpecialInputs()