| /src/contrib/llvm-project/clang/lib/Sema/ ! |
| H A D | ScopeInfo.cpp | 72 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy 126 Base = getBaseInfo(E); in WeakObjectProfileTy() 138 Base = getBaseInfo(BaseE); in WeakObjectProfileTy() 150 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/ ! |
| H A D | RISCVCustomBehaviour.cpp | 254 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW); in getSchedClassID() 257 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID() 260 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ ! |
| H A D | CGAtomic.cpp | 98 lvalue.getType(), lvalue.getBaseInfo(), lvalue.getTBAAInfo()); in AtomicInfo() 217 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue() 1393 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1397 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1401 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue() 1727 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1731 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1736 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1740 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() 1745 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() [all …]
|
| H A D | CGExpr.cpp | 1355 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1370 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1599 LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValueHelper() 1844 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar() 2097 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar() 2158 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar() 3241 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue() 3916 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay() 4200 LHS.getBaseInfo(), TBAAAccessInfo()); in EmitArraySubscriptExpr() 4214 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr() [all …]
|
| H A D | CGValue.h | 346 LValueBaseInfo getBaseInfo() const { return BaseInfo; }
|
| H A D | CGOpenMPRuntime.cpp | 911 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin() 4065 DepObjAddr, KmpDependInfoTy, Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements() 4490 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause() 5865 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ ! |
| H A D | ScopeInfo.h | 288 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ ! |
| H A D | RISCVInstrInfoVPseudos.td | 547 let PrimaryKeyName = "getBaseInfo";
|
| H A D | RISCVISelLowering.cpp | 18546 RISCVVInversePseudosTable::getBaseInfo(MCOpcode, LMul, SEW); in lookupMaskedIntrinsic()
|