Searched defs:AlignSource (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h203 unsigned AlignSource : 2;
221 CharUnits Alignment, AlignmentSource AlignSource,
230 this->AlignSource = unsigned(AlignSource);
320 return AlignmentSource(AlignSource);
323 AlignSource = unsigned(Source);
220 Initialize(QualType Type, Qualifiers Quals, CharUnits Alignment, AlignmentSource AlignSource, llvm::MDNode *TBAAInfo = nullptr) argument
H A DCodeGenFunction.cpp146 AlignmentSource AlignSource; local
147 CharUnits Alignment = getNaturalTypeAlignment(T, &AlignSource);
148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource,
156 AlignmentSource AlignSource; local
157 CharUnits Align = getNaturalTypeAlignment(T, &AlignSource, /*pointee*/ true);
158 return MakeAddrLValue(Address(V, Align), T, AlignSource);
H A DCGExpr.cpp1265 AlignmentSource AlignSource,
1295 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo);
1376 AlignmentSource AlignSource,
1406 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo);
2224 AlignmentSource AlignSource; local
2225 Address Addr = EmitPointerWithAlignment(E->getSubExpr(), &AlignSource);
2226 LValue LV = MakeAddrLValue(Addr, T, AlignSource);
2764 AlignmentSource *AlignSource) {
2771 if (AlignSource) *AlignSource
1262 EmitLoadOfScalar(Address Addr, bool Volatile, QualType Ty, SourceLocation Loc, AlignmentSource AlignSource, llvm::MDNode *TBAAInfo, QualType TBAABaseType, uint64_t TBAAOffset, bool isNontemporal) argument
1374 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, AlignmentSource AlignSource, llvm::MDNode *TBAAInfo, bool isInit, QualType TBAABaseType, uint64_t TBAAOffset, bool isNontemporal) argument
2763 EmitArrayToPointerDecay(const Expr *E, AlignmentSource *AlignSource) argument
2907 AlignmentSource AlignSource; local
2999 emitOMPArraySectionBase(CodeGenFunction &CGF, const Expr *Base, AlignmentSource &AlignSource, QualType BaseTy, QualType ElTy, bool IsLowerBound) argument
3134 AlignmentSource AlignSource; local
3194 AlignmentSource AlignSource; local
3248 AlignmentSource AlignSource; local
4146 AlignmentSource AlignSource; local
[all...]

Completed in 92 milliseconds