Searched refs:getAlignmentSource (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 99 lvalue.getAlignmentSource()); in AtomicInfo() 207 LVal.getAlignmentSource(), LVal.getTBAAInfo()); in projectValue() 1197 LVal.getAlignmentSource())); in convertAtomicTempToRValue() 1201 LVal.getAlignmentSource()), loc); in convertAtomicTempToRValue() 1205 LVal.getAlignmentSource())); in convertAtomicTempToRValue() 1528 AtomicLVal.getAlignmentSource()); in EmitAtomicUpdateValue() 1532 AtomicLVal.getAlignmentSource()); in EmitAtomicUpdateValue() 1536 AtomicLVal.getAlignmentSource()); in EmitAtomicUpdateValue() 1539 AtomicLVal.getAlignmentSource()); in EmitAtomicUpdateValue() 1544 AtomicLVal.getAlignmentSource()); in EmitAtomicUpdateValue() [all …]
|
D | CGExpr.cpp | 865 if (Source) *Source = LV.getAlignmentSource(); in EmitPointerWithAlignment() 1173 lvalue.getType(), Loc, lvalue.getAlignmentSource(), in EmitLoadOfScalar() 1407 lvalue.getType(), lvalue.getAlignmentSource(), in EmitStoreOfScalar() 2219 return MakeAddrLValue(Component, ExprTy, LV.getAlignmentSource()); in EmitUnaryOpLValue() 2602 if (AlignSource) *AlignSource = LV.getAlignmentSource(); in EmitArrayToPointerDecay() 2719 LHS.getAlignmentSource()); in EmitArraySubscriptExpr() 2735 return MakeAddrLValue(Addr, EltType, LV.getAlignmentSource()); in EmitArraySubscriptExpr() 2810 AlignSource = ArrayLV.getAlignmentSource(); in EmitArraySubscriptExpr() 2969 Base.getAlignmentSource()); in EmitOMPArraySectionExpr() 3019 Base.getAlignmentSource()); in EmitExtVectorElementExpr() [all …]
|
D | CGValue.h | 319 AlignmentSource getAlignmentSource() const { in getAlignmentSource() function
|
D | CGStmtOpenMP.cpp | 694 OASELValueLB.getType(), OASELValueLB.getAlignmentSource()); in EmitOMPReductionClauseInit() 759 ASELValue.getType(), ASELValue.getAlignmentSource()); in EmitOMPReductionClauseInit()
|