Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/MCA/
H A DRISCVCustomBehaviour.cpp301 RISCVVInversePseudosTable::getBaseInfo(Opcode, EMUL, EEW)) in getSchedClassID()
305 const auto *RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, SEW); in getSchedClassID()
308 RVV = RISCVVInversePseudosTable::getBaseInfo(Opcode, LMUL, 0); in getSchedClassID()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp97 lvalue.getType(), lvalue.getBaseInfo(), lvalue.getTBAAInfo()); in AtomicInfo()
216 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue()
1437 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1441 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue()
1445 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue()
1771 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1775 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1780 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
1784 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue()
1789 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue()
[all …]
H A DCGExpr.cpp1411 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1426 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1660 LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValueHelper()
1906 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar()
2167 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar()
2231 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
3399 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
4142 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
4498 LHS.getBaseInfo(), TBAAAccessInfo()); in EmitArraySubscriptExpr()
4512 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
[all …]
H A DCGValue.h346 LValueBaseInfo getBaseInfo() const { return BaseInfo; }
H A DCGOpenMPRuntime.cpp907 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
4039 DepObjAddr, KmpDependInfoTy, Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements()
4458 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause()
6111 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp374 LValueBaseInfo baseInfo = base.getBaseInfo(); in emitLValueForBitField()
397 LValueBaseInfo baseInfo = base.getBaseInfo(); in emitLValueForField()
479 LValueBaseInfo baseInfo = base.getBaseInfo(); in emitLValueForFieldInitialization()
821 lhs.getBaseInfo()); in emitArraySubscriptExpr()
1004 return makeAddrLValue(baseAddr, e->getType(), lv.getBaseInfo()); in emitCastLValue()
H A DCIRGenValue.h211 LValueBaseInfo getBaseInfo() const { return baseInfo; } in getBaseInfo() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h288 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td570 let PrimaryKeyName = "getBaseInfo";
H A DRISCVISelLowering.cpp21691 RISCVVInversePseudosTable::getBaseInfo(MCOpcode, LMul, SEW); in lookupMaskedIntrinsic()