Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DScopeInfo.cpp72 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 DRISCVCustomBehaviour.cpp254 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 DCGAtomic.cpp98 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 DCGExpr.cpp1355 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 DCGValue.h346 LValueBaseInfo getBaseInfo() const { return BaseInfo; }
H A DCGOpenMPRuntime.cpp911 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 DScopeInfo.h288 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/src/contrib/llvm-project/llvm/lib/Target/RISCV/ !
H A DRISCVInstrInfoVPseudos.td547 let PrimaryKeyName = "getBaseInfo";
H A DRISCVISelLowering.cpp18546 RISCVVInversePseudosTable::getBaseInfo(MCOpcode, LMul, SEW); in lookupMaskedIntrinsic()