Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp344 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 DDeclNodes.td63 def Decomposition : DeclNode<Var>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp450 case Decl::Decomposition: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp635 case Decl::Decomposition: // This could be moved to join Decl::Var in emitDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4248 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
4305 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
H A DDecl.h1233 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 DDeclBase.cpp978 case Decomposition: in getIdentifierNamespaceForKind()
H A DStmtPrinter.cpp1341 case Decl::Decomposition: in VisitDeclRefExpr()
H A DTextNodeDumper.cpp949 case Decl::Decomposition: { in dumpBareDeclRef()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp164 case Decl::Decomposition: { in EmitDecl()
H A DCodeGenModule.cpp7221 case Decl::Decomposition: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp2057 case Decl::Decomposition: { in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3382 case Decl::Decomposition: in BuildDeclarationNameExpr()