Searched refs:Decomposition (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 349 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 D | DeclNodes.td | 63 def Decomposition : DeclNode<Var>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 435 case Decl::Decomposition: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4167 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl() 4198 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
|
| H A D | Decl.h | 1238 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 D | DeclBase.cpp | 928 case Decomposition: in getIdentifierNamespaceForKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 158 case Decl::Decomposition: { in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6750 case Decl::Decomposition: in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1954 case Decl::Decomposition: { in CheckConstexprDeclStmt()
|
| H A D | SemaExpr.cpp | 3590 case Decl::Decomposition: in BuildDeclarationNameExpr()
|