Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3026 LValue CapLVal; in EmitDeclRefLValue() local
3031 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
3036 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
3037 return CapLVal; in EmitDeclRefLValue()
3039 LValue CapLVal = in EmitDeclRefLValue() local
3042 Address LValueAddress = CapLVal.getAddress(*this); in EmitDeclRefLValue()
3043 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()
3046 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()
3047 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
3052 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
[all …]