Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp71 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy
125 Base = getBaseInfo(E); in WeakObjectProfileTy()
137 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
149 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp274 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW); in getSchedClassID()
277 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID()
280 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp98 lvalue.getType(), lvalue.getBaseInfo(), lvalue.getTBAAInfo()); in AtomicInfo()
215 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue()
1617 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1621 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1625 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue()
1932 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1941 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1945 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1950 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1954 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
[all …]
H A DCGExpr.cpp1361 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1376 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
2156 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
3888 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
4172 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
4293 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr()
4343 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase()
4517 BaseInfo = ArrayLV.getBaseInfo(); in EmitOMPArraySectionExpr()
4751 LValueBaseInfo BaseInfo = base.getBaseInfo(); in EmitLValueForField()
4933 LValueBaseInfo BaseInfo = Base.getBaseInfo(); in EmitLValueForFieldInitialization()
[all …]
H A DCGValue.h334 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
H A DCGOpenMPRuntime.cpp909 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
4050 DepObjAddr, KmpDependInfoTy, Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements()
4471 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause()
5850 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h285 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td550 let PrimaryKeyName = "getBaseInfo";