Searched refs:Decomposition (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstraintElimination.cpp | 344 struct Decomposition { struct 348 Decomposition(int64_t Offset) : Offset(Offset) {} in Decomposition() function 349 Decomposition(Value *V, bool IsKnownNonNegative = false) { in Decomposition() argument 352 Decomposition(int64_t Offset, ArrayRef<DecompEntry> Vars) in Decomposition() function 363 [[nodiscard]] bool add(const Decomposition &Other) { in add() argument 372 [[nodiscard]] bool sub(const Decomposition &Other) { in sub() argument 373 Decomposition Tmp = Other; in sub() 443 static Decomposition decompose(Value *V, 452 static Decomposition decomposeGEP(GEPOperator &GEP, in decomposeGEP() 469 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 | 450 case Decl::Decomposition: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 635 case Decl::Decomposition: // This could be moved to join Decl::Var in emitDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 4248 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl() 4305 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
|
| H A D | Decl.h | 1233 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isLocalVarDecl() 1247 if (getKind() != Decl::Var && getKind() != Decl::Decomposition) in isFunctionOrMethodVarDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 978 case Decomposition: in getIdentifierNamespaceForKind()
|
| H A D | StmtPrinter.cpp | 1341 case Decl::Decomposition: in VisitDeclRefExpr()
|
| H A D | TextNodeDumper.cpp | 949 case Decl::Decomposition: { in dumpBareDeclRef()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 164 case Decl::Decomposition: { in EmitDecl()
|
| H A D | CodeGenModule.cpp | 7221 case Decl::Decomposition: in EmitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 2057 case Decl::Decomposition: { in CheckConstexprDeclStmt()
|
| H A D | SemaExpr.cpp | 3382 case Decl::Decomposition: in BuildDeclarationNameExpr()
|