Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy
123 Base = getBaseInfo(E); in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
147 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp98 BFI, lvalue.getType(), lvalue.getBaseInfo(), in AtomicInfo()
207 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue()
1456 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1460 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1464 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue()
1777 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1786 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1790 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1795 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1799 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
[all …]
H A DCGExpr.cpp1165 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1878 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
3560 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
3759 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
3843 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr()
3893 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase()
4065 BaseInfo = ArrayLV.getBaseInfo(); in EmitOMPArraySectionExpr()
4278 LValueBaseInfo BaseInfo = base.getBaseInfo(); in EmitLValueForField()
4462 LValueBaseInfo BaseInfo = Base.getBaseInfo(); in EmitLValueForFieldInitialization()
4595 std::max(lhs->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
[all …]
H A DCGValue.h321 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
H A DCGOpenMPRuntime.cpp899 SharedType, SharedAddresses[N].first.getBaseInfo(), in emitInitialization()
955 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
4645 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in getDepobjElements()
4652 Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements()
4746 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElementsSizes()
4753 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElementsSizes()
4805 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElements()
4814 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElements()
5097 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause()
6453 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h271 static BaseInfoTy getBaseInfo(const Expr *BaseE);