Home
last modified time | relevance | path

Searched refs:CapLVal (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2730 LValue CapLVal; in EmitDeclRefLValue() local
2732 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
2735 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
2740 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
2741 return CapLVal; in EmitDeclRefLValue()
2743 LValue CapLVal = in EmitDeclRefLValue() local
2746 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()
2747 Address(CapLVal.getPointer(*this), getContext().getDeclAlign(VD)), in EmitDeclRefLValue()
2748 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()
2749 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
[all …]
/external/clang/lib/CodeGen/
DCGExpr.cpp2115 LValue CapLVal = in EmitDeclRefLValue() local
2119 Address(CapLVal.getPointer(), getContext().getDeclAlign(VD)), in EmitDeclRefLValue()
2120 CapLVal.getType(), AlignmentSource::Decl); in EmitDeclRefLValue()