Home
last modified time | relevance | path

Searched refs:MakeAddr (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
DCGValue.h371 static LValue MakeAddr(Address address, QualType type,
DCodeGenFunction.h1656 return LValue::MakeAddr(Addr, T, getContext(), AlignSource,
1662 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
DCodeGenFunction.cpp148 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), AlignSource, in MakeNaturalAlignAddrLValue()
DCGAtomic.cpp206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()
DCGExpr.cpp1295 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitLoadOfScalar()
1406 LValue::MakeAddr(Addr, Ty, getContext(), AlignSource, TBAAInfo); in EmitStoreOfScalar()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h389 static LValue MakeAddr(Address address, QualType type, ASTContext &Context, in MakeAddr() function
DCodeGenFunction.h2388 return LValue::MakeAddr(Addr, T, getContext(), LValueBaseInfo(Source),
2394 return LValue::MakeAddr(Addr, T, getContext(), BaseInfo, TBAAInfo);
2399 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
2405 return LValue::MakeAddr(Address(V, Alignment), T, getContext(),
DCGExpr.cpp1360 return LValue::MakeAddr(Address(V, LV.getAlignment()), LV.getType(), in EmitLValue()
1740 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitLoadOfScalar()
1853 LValue::MakeAddr(Addr, Ty, getContext(), BaseInfo, TBAAInfo); in EmitStoreOfScalar()
DCodeGenFunction.cpp201 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo, in MakeNaturalAlignAddrLValue()
DCGAtomic.cpp206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(), in projectValue()