Home
last modified time | relevance | path

Searched refs:Decomposition (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp349 struct Decomposition { struct
353 Decomposition(int64_t Offset) : Offset(Offset) {} in Decomposition() argument
354 Decomposition(Value *V, bool IsKnownNonNegative = false) { in Decomposition() argument
357 Decomposition(int64_t Offset, ArrayRef<DecompEntry> Vars) in Decomposition() function
364 void add(const Decomposition &Other) { in add() argument
369 void sub(const Decomposition &Other) { in sub() argument
370 Decomposition Tmp = Other; in sub()
432 static Decomposition decompose(Value *V,
441 static Decomposition decomposeGEP(GEPOperator &GEP, in decomposeGEP()
456 Decomposition Result(ConstantOffset.getSExtValue(), DecompEntry(1, BasePtr)); in decomposeGEP()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td63 def Decomposition : DeclNode<Var>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp435 case Decl::Decomposition: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4167 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
4198 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
H A DDecl.h1238 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isLocalVarDecl()
1252 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isFunctionOrMethodVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp928 case Decomposition: in getIdentifierNamespaceForKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp158 case Decl::Decomposition: { in EmitDecl()
H A DCodeGenModule.cpp6750 case Decl::Decomposition: in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1954 case Decl::Decomposition: { in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3590 case Decl::Decomposition: in BuildDeclarationNameExpr()