Searched refs:getBaseInfo (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 70 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 D | CGAtomic.cpp | 97 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 D | CGExpr.cpp | 1135 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 D | CGValue.h | 333 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
|
| H A D | CGOpenMPRuntime.cpp | 936 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 D | RISCVCustomBehaviour.cpp | 103 RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL); in getSchedClassID()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 279 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 450 let PrimaryKeyName = "getBaseInfo";
|