Searched refs:getBaseInfo (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 69 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 D | CGAtomic.cpp | 98 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 D | CGExpr.cpp | 1165 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 D | CGValue.h | 321 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
|
H A D | CGOpenMPRuntime.cpp | 896 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 D | ScopeInfo.h | 271 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|