Searched refs:Decomposition (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 350 struct Decomposition { struct 354 Decomposition(int64_t Offset) : Offset(Offset) {} in Decomposition() argument 355 Decomposition(Value *V, bool IsKnownNonNegative = false) { in Decomposition() argument 358 Decomposition(int64_t Offset, ArrayRef<DecompEntry> Vars) in Decomposition() argument 365 void add(const Decomposition &Other) { in add() argument 370 void sub(const Decomposition &Other) { in sub() argument 371 Decomposition Tmp = Other; in sub() 433 static Decomposition decompose(Value *V, 442 static Decomposition decomposeGEP(GEPOperator &GEP, in decomposeGEP() 457 Decomposition Result(ConstantOffset.getSExtValue(), DecompEntry(1, BasePtr)); in decomposeGEP() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 63 def Decomposition : DeclNode<Var>;
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 443 case Decl::Decomposition: in isRedeclarableDeclKind()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4181 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl() 4212 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
|
H A D | Decl.h | 1202 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isLocalVarDecl() 1216 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isFunctionOrMethodVarDecl()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 967 case Decomposition: in getIdentifierNamespaceForKind()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 161 case Decl::Decomposition: { in EmitDecl()
|
H A D | CodeGenModule.cpp | 6896 case Decl::Decomposition: in EmitTopLevelDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 1939 case Decl::Decomposition: { in CheckConstexprDeclStmt()
|
H A D | SemaExpr.cpp | 3328 case Decl::Decomposition: in BuildDeclarationNameExpr()
|