Searched refs:AlignmentParam (Results 1 – 4 of 4) sorted by relevance
1024 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas() local1025 if (AlignmentParam > StackAlignment) in processAllocas()1075 uint32_t AlignmentParam = Alloca->getAlignInBytes(); in processAllocas() local1078 AlignmentParam = std::max(AlignmentParam, 1u); in processAllocas()1079 assert(llvm::isPowerOf2_32(AlignmentParam)); in processAllocas()1080 if (HasDynamicAllocation && AlignmentParam > StackAlignment) { in processAllocas()1087 MaxAlignment = std::max(AlignmentParam, MaxAlignment); in processAllocas()
2386 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca() local2389 assert(llvm::isPowerOf2_32(AlignmentParam)); in lowerAlloca()2393 std::max(AlignmentParam, MIPS32_STACK_ALIGNMENT_BYTES); in lowerAlloca()2437 VariableAllocaAlignBytes = AlignmentParam; in lowerAlloca()2451 legalizeToReg(Ctx->getConstantInt32(-AlignmentParam), Legal_Reg); in lowerAlloca()
2220 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes()); in lowerAlloca() local2223 assert(llvm::isPowerOf2_32(AlignmentParam)); in lowerAlloca()2227 std::max(AlignmentParam, ARM32_STACK_ALIGNMENT_BYTES); in lowerAlloca()
1467 const uint32_t AlignmentParam = std::max(1u, Instr->getAlignInBytes());1470 assert(llvm::isPowerOf2_32(AlignmentParam));1474 std::max(AlignmentParam, Traits::X86_STACK_ALIGNMENT_BYTES);