Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp350 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 DDeclNodes.td63 def Decomposition : DeclNode<Var>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp443 case Decl::Decomposition: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4181 : VarDecl(Decomposition, C, DC, StartLoc, LSquareLoc, nullptr, T, TInfo, in DecompositionDecl()
4212 static bool classofKind(Kind K) { return K == Decomposition; } in classofKind()
H A DDecl.h1202 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 DDeclBase.cpp967 case Decomposition: in getIdentifierNamespaceForKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp161 case Decl::Decomposition: { in EmitDecl()
H A DCodeGenModule.cpp6896 case Decl::Decomposition: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1939 case Decl::Decomposition: { in CheckConstexprDeclStmt()
H A DSemaExpr.cpp3328 case Decl::Decomposition: in BuildDeclarationNameExpr()