Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp70 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy
124 Base = getBaseInfo(E); in WeakObjectProfileTy()
136 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
148 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGAtomic.cpp97 BFI, lvalue.getType(), lvalue.getBaseInfo(), in AtomicInfo()
215 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue()
1510 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1514 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1518 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue()
1831 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1835 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1840 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1844 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1849 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
[all …]
H A DCGExpr.cpp1135 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1150 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1351 LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValue()
1593 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar()
1831 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar()
1898 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
2979 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
3625 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
3809 E->getBase()->getType(), LHS.getBaseInfo(), in EmitArraySubscriptExpr()
3824 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
[all …]
H A DCGValue.h333 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
H A DCGOpenMPRuntime.cpp936 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
4253 DepObjAddr, KmpDependInfoTy, Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements()
4674 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause()
6058 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp103 RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL); in getSchedClassID()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h279 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td450 let PrimaryKeyName = "getBaseInfo";