Searched refs:Vars (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp54 ComputeASanStackFrameLayout(SmallVectorImpl<ASanStackVariableDescription> &Vars, argument
60 const size_t NumVars = Vars.size();
63 Vars[i].Alignment = std::max(Vars[i].Alignment, kMinAlignment);
65 llvm::stable_sort(Vars, CompareVars);
69 Layout.FrameAlignment = std::max(Granularity, Vars[0].Alignment);
71 Vars[0].Alignment);
75 size_t Alignment = std::max(Granularity, Vars[i].Alignment);
77 size_t Size = Vars[i].Size;
83 : std::max(Granularity, Vars[
97 ComputeASanStackFrameDescription( const SmallVectorImpl<ASanStackVariableDescription> &Vars) argument
116 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars, const ASanStackFrameLayout &Layout) argument
134 GetShadowBytesAfterScope( const SmallVectorImpl<ASanStackVariableDescription> &Vars, const ASanStackFrameLayout &Layout) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DASanStackFrameLayout.h52 SmallVectorImpl<ASanStackVariableDescription> &Vars,
62 const SmallVectorImpl<ASanStackVariableDescription> &Vars);
67 GetShadowBytes(const SmallVectorImpl<ASanStackVariableDescription> &Vars,
75 const SmallVectorImpl<ASanStackVariableDescription> &Vars,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp23 if (auto Vars = Symbol.findAllChildren<PDBSymbolPublicSymbol>()) {
24 while (auto Var = Vars->getNext())
H A Dllvm-pdbutil.cpp1251 if (auto Vars = GlobalScope->findAllChildren<PDBSymbolData>()) {
1254 while (auto Var = Vars->getNext())
1258 while (auto Var = Vars->getNext())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12155 SmallVector<Expr *, 16> Vars;
12156 Vars.reserve(NumVars);
12158 Vars.push_back(Record.readSubExpr());
12159 C->setVarRefs(Vars);
12160 Vars.clear();
12162 Vars.push_back(Record.readSubExpr());
12163 C->setPrivateCopies(Vars);
12170 SmallVector<Expr *, 16> Vars;
12171 Vars.reserve(NumVars);
12173 Vars
[all...]
H A DASTReaderDecl.cpp2660 SmallVector<Expr *, 16> Vars; local
2661 Vars.reserve(NumVars);
2663 Vars.push_back(Record.readExpr());
2665 D->setVars(Vars);
2672 SmallVector<Expr *, 16> Vars; local
2673 Vars.reserve(NumVars);
2675 Vars.push_back(Record.readExpr());
2677 D->setVars(Vars);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp551 // Allocate space for 5 lists (Vars, Inits, Updates, Finals), 2 expressions
577 // Allocate space for 5 lists (Vars, Inits, Updates, Finals), 2 expressions
1043 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1051 Sizes.NumVars = Vars.size();
1076 Clause->setVarRefs(Vars);
1097 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1102 Sizes.NumVars = Vars.size();
1126 Clause->setVarRefs(Vars);
1144 const ASTContext &C, const OMPVarListLocTy &Locs, ArrayRef<Expr *> Vars,
1149 Sizes.NumVars = Vars
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h179 std::vector<std::tuple<uint32_t, const MCSymbol *, uint32_t>> Vars; member in class:llvm::BTFKindDataSec
184 return BTFTypeBase::getSize() + BTF::BTFDataSecVarSize * Vars.size();
187 Vars.push_back(std::make_tuple(Id, Sym, Size));
H A DBTFDebug.cpp360 BTFType.Info |= Vars.size();
366 for (const auto &V : Vars) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9231 llvm::SmallVector<Expr *, 16> Vars; local
9232 Vars.reserve(C->varlist_size());
9237 Vars.push_back(EVar.get());
9240 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9246 llvm::SmallVector<Expr *, 16> Vars; local
9247 Vars.reserve(C->varlist_size());
9252 Vars.push_back(EVar.get());
9255 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getEndLoc());
9261 llvm::SmallVector<Expr *, 16> Vars; local
9262 Vars
9277 llvm::SmallVector<Expr *, 16> Vars; local
9292 llvm::SmallVector<Expr *, 16> Vars; local
9340 llvm::SmallVector<Expr *, 16> Vars; local
9385 llvm::SmallVector<Expr *, 16> Vars; local
9430 llvm::SmallVector<Expr *, 16> Vars; local
9449 llvm::SmallVector<Expr *, 16> Vars; local
9468 llvm::SmallVector<Expr *, 16> Vars; local
9483 llvm::SmallVector<Expr *, 16> Vars; local
9497 llvm::SmallVector<Expr *, 16> Vars; local
9522 llvm::SmallVector<Expr *, 16> Vars; local
9555 transformOMPMappableExprListClause( TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C, llvm::SmallVectorImpl<Expr *> &Vars, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperIdInfo, llvm::SmallVectorImpl<Expr *> &UnresolvedMappers) argument
9610 llvm::SmallVector<Expr *, 16> Vars; local
9633 llvm::SmallVector<Expr *, 16> Vars; local
9733 llvm::SmallVector<Expr *, 16> Vars; local
9747 llvm::SmallVector<Expr *, 16> Vars; local
9761 llvm::SmallVector<Expr *, 16> Vars; local
9776 llvm::SmallVector<Expr *, 16> Vars; local
9791 llvm::SmallVector<Expr *, 16> Vars; local
9806 llvm::SmallVector<Expr *, 16> Vars; local
9821 llvm::SmallVector<Expr *, 16> Vars; local
9836 llvm::SmallVector<Expr *, 16> Vars; local
[all...]
H A DSemaOpenMP.cpp2890 SmallVector<Expr *, 8> Vars;
2903 Vars.push_back(DE);
2953 Vars.push_back(RefExpr);
2961 if (!Vars.empty()) {
2963 Vars);
3079 SmallVector<Expr *, 8> Vars;
3115 Vars.push_back(RefExpr);
3119 if (Vars.empty())
3123 auto *D = OMPAllocateDecl::Create(Context, Owner, Loc, Vars, Clauses);
13718 SmallVector<Expr *, 8> Vars;
[all...]
H A DSemaTemplateInstantiate.cpp1671 SmallVector<VarDecl *, 8> Vars;
1672 Vars.reserve(E->getNumExpansions());
1678 Vars.push_back(D);
1683 E->getParameterPackLocation(), Vars);
H A DSemaTemplateInstantiateDecl.cpp3174 SmallVector<Expr *, 5> Vars; local
3178 Vars.push_back(Var);
3182 SemaRef.CheckOMPThreadPrivateDecl(D->getLocation(), Vars);
3191 SmallVector<Expr *, 5> Vars; local
3195 Vars.push_back(Var);
3210 D->getLocation(), Vars, Clauses, Owner);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp584 auto &Vars = Loc2Vars[Location]; local
585 Vars.push_back(VL);
586 Index = Vars.size();
624 /// two different maps (Vars/EntryValuesBackupVars), so erase/insert
628 /// we perform the operation on the Vars.
632 SmallDenseMap<DebugVariable, LocIndex, 8> Vars; member in class:__anon3487::LiveDebugValues::OpenRangesSet
667 Vars.clear();
673 assert(Vars.empty() == EntryValuesBackupVars.empty() &&
674 Vars.empty() == VarLocs.empty() &&
851 /// location, erase the variable from the Vars se
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp736 SmallVectorImpl<Expr *> *Vars = &Uniforms; local
738 Vars = &Aligneds;
741 Vars = &Linears;
746 getOpenMPClauseKind(ClauseName), *Vars, Data))
3276 SmallVectorImpl<Expr *> &Vars,
3506 Vars.push_back(VarExpr.get());
3550 return (Kind != OMPC_depend && Kind != OMPC_map && Vars.empty()) ||
3615 SmallVector<Expr *, 4> Vars; local
3618 if (ParseOpenMPVarList(DKind, Kind, Vars, Data))
3625 Kind, Vars, Dat
3274 ParseOpenMPVarList(OpenMPDirectiveKind DKind, OpenMPClauseKind Kind, SmallVectorImpl<Expr *> &Vars, OpenMPVarListDataTy &Data) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp889 auto Vars = DU->getScopeVariables().lookup(Scope); local
890 for (auto &DV : Vars.Args)
894 auto Locals = sortLocalVars(Vars.Locals);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp454 void MemorySSAUpdater::fixupDefs(const SmallVectorImpl<WeakVH> &Vars) { argument
457 for (auto &Var : Vars) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3599 /// { Vars[] /* in OMPVarListClause */; Privates[]; Inits[]; Updates[];
5465 /// \param Vars The original expression used in the clause.
5480 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
6338 /// Creates clause with a list of variables \a Vars.
6344 /// \param Vars The original expression used in the clause.
6353 ArrayRef<Expr *> Vars,
6457 /// Creates clause with a list of variables \a Vars.
6463 /// \param Vars The original expression used in the clause.
6472 ArrayRef<Expr *> Vars,
6597 /// Creates clause with a list of variables \a Vars
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp256 return &Scope->Vars[VarIter - 1];
262 return Scope->Vars[0];
305 AutomaticVarsTy Vars; member in class:__anon1628::LocalScope
314 : ctx(std::move(ctx)), Vars(this->ctx, 4), Prev(P) {}
317 const_iterator begin() const { return const_iterator(*this, Vars.size()); }
320 Vars.push_back(VD, ctx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1262 /// \param Vars List of variables to flush.
1263 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
2106 /// \param Vars List of variables to flush.
2107 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
H A DCGOpenMPRuntimeNVPTX.cpp402 ArrayRef<const Expr *> Vars; local
404 Vars = PC->getVarRefs();
406 Vars = PC->getVarRefs();
409 for (const auto *E : Vars) {
2025 llvm::SmallVectorImpl<const ValueDecl *> &Vars) {
2043 Vars.push_back(getPrivateItem(E));
2050 llvm::SmallVectorImpl<const ValueDecl *> &Vars) {
2055 Vars.push_back(getPrivateItem(E));
H A DCGOpenMPRuntime.cpp11226 // Vars in target/task regions must be excluded completely.
11824 ArrayRef<const Expr *> Vars,
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp578 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); local
579 for (Record *Variant : Vars) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3230 SmallVectorImpl<Expr *> &Vars,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10715 OpenMPClauseKind Kind, ArrayRef<Expr *> Vars, Expr *DepModOrTailExpr,

Completed in 546 milliseconds