Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
1782 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1786 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1791 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1795 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1800 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
[all …]
H A DCGExpr.cpp1165 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1361 getContext(), LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValue()
1601 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar()
1822 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar()
1878 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
2918 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
3560 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
3744 E->getBase()->getType(), LHS.getBaseInfo(), in EmitArraySubscriptExpr()
3759 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
3843 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr()
[all …]
H A DCGValue.h321 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
H A DCGOpenMPRuntime.cpp896 SharedType, SharedAddresses[N].first.getBaseInfo(), in emitInitialization()
952 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
4638 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in getDepobjElements()
4645 Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements()
4738 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElementsSizes()
4745 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElementsSizes()
4797 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElements()
4806 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElements()
5087 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause()
6434 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h271 static BaseInfoTy getBaseInfo(const Expr *BaseE);