| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 71 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 D | RISCVCustomBehaviour.cpp | 301 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 D | CGAtomic.cpp | 97 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 D | CGExpr.cpp | 1411 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 D | CGValue.h | 346 LValueBaseInfo getBaseInfo() const { return BaseInfo; }
|
| H A D | CGOpenMPRuntime.cpp | 907 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 D | CIRGenExpr.cpp | 374 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 D | CIRGenValue.h | 211 LValueBaseInfo getBaseInfo() const { return baseInfo; } in getBaseInfo() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 288 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 570 let PrimaryKeyName = "getBaseInfo";
|
| H A D | RISCVISelLowering.cpp | 21691 RISCVVInversePseudosTable::getBaseInfo(MCOpcode, LMul, SEW); in lookupMaskedIntrinsic()
|