Searched refs:makeAddrLValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 167 const LValue elementLV = cgf.makeAddrLValue(address, elementType); in emitArrayInit() 193 LValue tmpLV = cgf.makeAddrLValue(tmpAddr, elementPtrType); in emitArrayInit() 201 const LValue elementLV = cgf.makeAddrLValue( in emitArrayInit() 395 LValue lv = makeAddrLValue(temp, e->getType()); in emitAggExprToLValue()
|
| H A D | CIRGenExpr.cpp | 274 lv = cgf.makeAddrLValue(addr, t, AlignmentSource::Decl); in emitGlobalVarDeclLValue() 445 LValue lv = makeAddrLValue(addr, fieldType, fieldBaseInfo); in emitLValueForField() 483 return makeAddrLValue(v, fieldType, fieldBaseInfo); in emitLValueForFieldInitialization() 582 : makeAddrLValue(addr, ty, AlignmentSource::Decl); in emitDeclRefLValue() 633 LValue lv = makeAddrLValue(addr, t, baseInfo); in emitUnaryOpLValue() 659 LValue elemLV = makeAddrLValue(component, elemTy); in emitUnaryOpLValue() 874 return makeAddrLValue( in emitStringLiteralLValue() 1004 return makeAddrLValue(baseAddr, e->getType(), lv.getBaseInfo()); in emitCastLValue() 1029 baseLV = makeAddrLValue(addr, ptrTy, baseInfo); in emitMemberExpr() 1385 LValue lvalue = makeAddrLValue(addr, type, AlignmentSource::Decl); in convertTempToRValue() [all …]
|
| H A D | CIRGenCXXExpr.cpp | 114 thisPtr = makeAddrLValue(thisValue, base->getType(), baseInfo); in emitCXXMemberOrOperatorMemberCallExpr() 217 cgf.makeAddrLValue(newPtr, allocType), false); in storeAnyExprIntoOneUnit()
|
| H A D | CIRGenDecl.cpp | 153 LValue lv = makeAddrLValue(addr, type, AlignmentSource::Decl); in emitAutoVarInit() 172 LValue lv = makeAddrLValue(addr, type); in emitAutoVarInit()
|
| H A D | CIRGenFunction.cpp | 642 return makeAddrLValue(Address(val, align), ty, baseInfo); in makeNaturalAlignPointeeAddrLValue() 651 return makeAddrLValue(addr, ty, baseInfo); in makeNaturalAlignAddrLValue()
|
| H A D | CIRGenFunction.h | 536 LValue makeAddrLValue(Address addr, QualType ty, 538 return makeAddrLValue(addr, ty, LValueBaseInfo(source)); 541 LValue makeAddrLValue(Address addr, QualType ty, LValueBaseInfo baseInfo) { in makeAddrLValue() function
|