Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:AllocaAlignment

1467   unsigned AllocaAlignment = DL.getPrefTypeAlignment(SizedIntTy);
1551 AllocaCASExpected->setAlignment(AllocaAlignment);
1555 Builder.CreateAlignedStore(CASExpected, AllocaCASExpected, AllocaAlignment);
1567 AllocaValue->setAlignment(AllocaAlignment);
1571 Builder.CreateAlignedStore(ValueOperand, AllocaValue, AllocaAlignment);
1579 AllocaResult->setAlignment(AllocaAlignment);
1623 Builder.CreateAlignedLoad(AllocaCASExpected, AllocaAlignment);
1633 V = Builder.CreateAlignedLoad(AllocaResult, AllocaAlignment);